-
Notifications
You must be signed in to change notification settings - Fork 73
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
Resolved bug when prefetching large studies #238
Resolved bug when prefetching large studies #238
Conversation
Prefetching large studies resulted in error stated in issue nf-core#236 Resolved this by handing over text file with filepaths instead of list of filepaths. Rewrote sra_merge_samplesheet accordingly. Tested with study with ~25k samples.
|
Can you fix the EC lint? |
It looks to me like this could maybe be done entirely in Groovy without the need for a process at all? |
@Midnighter Probably could be done all in groovy. Since the script before was in bash, I kept it as is. Not a groovy expert myself. Feel free to groovynice it. |
Already pushed. Old comments linting should be done |
Resolved in latest commit. Please LMK if this works for you. @Midnighter |
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.
Looks good to me!
Looking good. |
You do have some failures in the tests, but that's normal given what you're changing. |
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.
Thanks @alexblaessle ! Will fix the tests in follow up PRs.
Prefetching large studies resulted in error stated in issue
#236
Resolved this by handing over text file with filepaths instead of list of filepaths. Rewrote sra_merge_samplesheet accordingly.
Tested with study with ~25k samples.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).