Don't forget to update the content of the files according to your needs!
Don't forget to update the content of the files according to your needs!
- run the script `create-configs.sh` to autogenerate the configurations for each queue configured in `cluster-queue-names.txt`
- run the script `create-configs.sh` to autogenerate the configurations for each queue configured in `cluster-queue-names.txt`<br/>
This will create a lot configration files under `resource-generated/lsf/` with the naming schema `<RoddyWorkflow>_<1.1.1-1>-<SequencingMethod>-<qeueName>.xml`
This will create a lot configration files under `resource-generated/lsf/` with the naming schema `<RoddyWorkflow>_<1.1.1-1>-<SequencingMethod>-<qeueName>.xml`
- push your changes to the new branch
- push your changes to the new branch
`git commit -m "new configuration for <RoddyWorkflow>_<1.1.1-1>"`
`git commit -m "new configuration for <RoddyWorkflow>_<1.1.1-1>"`<br/>
`git push`
`git push`
2. move to your roddy installation folder on the cluster and checkout the new branch.
2. move to your roddy installation folder on the cluster and checkout the new branch.
- connect to your cluster and prepare repository
- connect to your cluster and prepare repository
`ssh yourUser@yourCluster.yourDomain.de`
`ssh yourUser@yourCluster.yourDomain.de`<br/>
`cd roddy/configs`
`cd roddy/configs`<br/>
`git checkout <RoddyWorkflow>_<1.1.1-1>`
`git checkout <RoddyWorkflow>_<1.1.1-1>`<br/>
- change directory to the roddy plugins folder and clone new <RoddyWorkflow>
- change directory to the roddy plugins folder and clone new <RoddyWorkflow>