Skip to content

Commit

Permalink
Add nf-core-proteinfold pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Feb 28, 2023
1 parent a151312 commit a4e2f07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/hello.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "Hello World test pipeline",
"description": "Hello World test pipeline.",
"launch": {
"pipeline": "https://github.com/nextflow-io/hello",
"revision": "master",
Expand Down
17 changes: 17 additions & 0 deletions pipelines/nf-core-proteinfold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "",
"launch": {
"pipeline": "https://github.com/nf-core/proteinfold",
"revision": "1.0.0",
"configProfiles": [
"test_full"
],
"userSecrets": [],
"workspaceSecrets": [],
"configText": "process {\n errorStrategy = 'retry'\n maxRetries = 1\n\n withName: 'RUN_ALPHAFOLD2|RUN_ALPHAFOLD2_PRED|RUN_ALPHAFOLD2_MSA|COLABFOLD_BATCH' {\n accelerator = 1\n queue = 'TowerForge-6IOueWtY2YO2fmo4ES5M64-work'\n }\n}",
"paramsText": "outdir: 's3://seqeralabs-showcase/nf-core-proteinfold/results_2023_02_20'\nuse_gpu: true",
"resume": false,
"pullLatest": false,
"stubRun": false
}
}

0 comments on commit a4e2f07

Please sign in to comment.