Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nextflow to distribute Jenkins CI over Sherlock nodes #247

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions runscripts/jenkins/configs/ecoli-anaerobic.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"single": {"mass_fraction_summary": {}}
},
"variants": {
"condition": {"condition": "no_oxygen"}
}
"condition": {"condition": {"value": ["no_oxygen"]}}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-glucose-minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-new-gene-gfp.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
},
"op": "zip"
}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-no-growth-rate-control.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-no-operons.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-superhelical-density.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
5 changes: 3 additions & 2 deletions runscripts/jenkins/configs/ecoli-with-aa.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"single": {"mass_fraction_summary": {}}
},
"variants": {
"condition": {"condition": "with_aa"}
}
"condition": {"condition": {"value": ["with_aa"]}}
},
"sherlock": true
}
Loading