| ... | ... | @@ -5,7 +5,7 @@ All MIB general scripts will be placed in one repository and a wiki page describ |
|
|
|
|
|
|
|
## Sharing scripts
|
|
|
|
|
|
|
|
To publish scripts in MIB general scripts, send the details on how to access the script(s) to bioinfo.mib@wur.nl and we will add it to MIB repository. We also need to make sure that all scripts are in a functional state before adding them. For that reason, your script should respect [MIB good coding practices](MIB good coding practices) and we ask you to describe how to test it in the documentation and also provide a small test data (max 15mins run).
|
|
|
|
To publish scripts in MIB scripts repository, send the details on how to access the script(s) to bioinfo.mib@wur.nl and we will add it to MIB repository. We also need to make sure that all scripts are in a functional state before adding them. For that reason, your script should respect [MIB good coding practices](MIB good coding practices) and we ask you to describe how to test it in the documentation and also provide a small test data (max 15mins run).
|
|
|
|
|
|
|
|
Modifying an existing script can be made in 2 ways:
|
|
|
|
|
| ... | ... | @@ -24,4 +24,8 @@ Here is how to safely work in the scripts repository. |
|
|
|
4. Make sure the script works fine
|
|
|
|
5. Merge the Master branch to your new branch to make sure it integrates all the latest modifications
|
|
|
|
6. Merge your branch to the master, to make sure your modifications are available on the master branch
|
|
|
|
7. Close the issue and delete the branch |
|
|
\ No newline at end of file |
|
|
|
7. Close the issue and delete the branch
|
|
|
|
|
|
|
|
## Sharing pipelines
|
|
|
|
|
|
|
|
Pipelines organisation is simpler, each pipeline is expected to be hosted in its own repository. New pipeline development can be directly started from a new repository in the MIB git group. To share an already developed and working pipeline contact bioinfo.mib@wur.nl who will help you in importing your repository in MIB git. |
|
|
\ No newline at end of file |