-
Notifications
You must be signed in to change notification settings - Fork 13
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
olgabot/sourmash sig merge #117
Conversation
…y if run out of memory
|
Will review once the tests are fixed |
Addresses #108 |
label "low_memory" | ||
errorStrategy 'ignore' | ||
errorStrategy { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'ignore' } |
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.
this is cool!
CHANGELOG.md
Outdated
@@ -20,6 +20,7 @@ Initial release of nf-core/kmermaid, created with the [nf-core](http://nf-co.re/ | |||
barcode fastq | |||
* Add version printing for sencha, bam2fasta, and sourmash in Dockerfile, update versions in environment.yml | |||
* For processes translate, sourmash compute add cpus=1 as they are only serial ([#107](https://github.com/nf-core/kmermaid/pull/107)) | |||
* Add `sourmash sig merge` for aligned/unaligned signatures |
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.
could you write a detailed description? also sourmash_sig_merge
main.nf
Outdated
sig = "${sig_id}.sig" | ||
csv = "${sig_id}.csv" | ||
""" | ||
sourmash compute \\ |
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.
so we are doing sourmash compute twice? is this also dependent on skip_compute flag?
looks like the index and merge PRS test fail with similar errors
|
544bba5
to
04e62d4
Compare
I'm going to be bad and merge this in with failing tests because I need some of this functionality in #131 |
nf-core/kmermaid pull request
Many thanks for contributing to nf-core/kmermaid!
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