Skip to content
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
2 changes: 0 additions & 2 deletions nf-core/fetchngs/1.7/process-compute.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
params.force_sratools_download = true

process {
errorStrategy = { task.attempt <= 5 ? 'retry' : 'terminate' }
maxRetries = 2
Expand Down
2 changes: 1 addition & 1 deletion nf-core/fetchngs/1.7/process-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"repository": "GITHUBPUBLIC",
"script": "main.nf",
"uri": "nf-core/fetchngs",
"version": "1.10.0"
"version": "1.12.0"
},
"usesSampleSheet": false,
"computeDefaults": [
Expand Down
5 changes: 3 additions & 2 deletions nf-core/fetchngs/1.7/process-input.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"input": "$.params.dataset.s3|/|$.params.dataset.paramJson.input",
"input": "$.dataset.params.input",
"download_method": "$.dataset.params.download_method",
"dbgap_key": "$.dataset.params.dbgap_key",
"nf_core_pipeline": "$.dataset.params.pipeline",
"outdir": "$.dataset.dataPath",
"input_type": "sra",
"hostnames": "test",
"schema_ignore_params": "hostnames"
}