-
Notifications
You must be signed in to change notification settings - Fork 1
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
PR for release 1.0.0 #5
base: master
Are you sure you want to change the base?
Conversation
update repo steffenlem to sradownloader
Template merge
Adding process for downloading metadata from SRA
@@ -5,21 +5,21 @@ | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
|
|||
<meta name="description" content="steffenlem/sradownloader: A pipeline to download raw data from SRA"> | |||
<title>steffenlem/sradownloader Pipeline Report</title> | |||
<meta name="description" content="/sradownloader: A pipeline to download raw data from SRA"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably changed to content:"qbic-pipelines/sradownloader"
@@ -11,28 +11,38 @@ | |||
|
|||
process { | |||
|
|||
cpus = { check_max( 8 * task.attempt, 'cpus' ) } | |||
cpus = { check_max( 1 * task.attempt, 'cpus' ) } | |||
memory = { check_max( 7.GB * task.attempt, 'memory' ) } | |||
time = { check_max( 4.h * task.attempt, 'time' ) } | |||
|
|||
errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' } | |||
maxRetries = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might help to raise maxRetries
if there are connection timeouts to the NCBI server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ggabernet,
Thanks for the PR! Looks great! :) I've just added a few comments
steffenlem/sradownloader pull request
Many thanks for contributing to steffenlem/sradownloader!
Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md