-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: release 1.0.1 #70
Conversation
Co-authored-by: Maxime U Garcia <[email protected]>
Fixes a bug where alignment and filtering where swapped in the phase 2 high-throughput diagrams. Thanks James Fellows Yates (@jfy133)
updates post 1.0.0 release
Add when conditions to prepare
Allow escalation of memory for FilterConsensusReads
comma-delimited string Fixes #62
Co-authored-by: Nils Homer <[email protected]>
There's a bug in `samtools merge --template-coordinate' that causes the output not to be correctly sorted. Here, we re-sort via fgbio SortBam to ensure the output is properly sorted. fgbio SortBam can be removed when the fix to the samtools bug is released. See: samtools/samtools#2062
Co-authored-by: Simon Pearce <[email protected]>
Allow igenomes to work
|
Add stubs to all local modules
// MODULE: Run fgbio SortBam to re-sort into TemplateCoordinate. This can be removed when samtools is released | ||
// with the following bugfix: https://github.com/samtools/samtools/pull/2062 | ||
// | ||
SORTBAM(MERGE_BAM.out.bam) |
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 unfortunate because it will probably create a performance/speed regression but I do see we can move off it once a new samtools release is made!
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.
Yes, it isn't ideal but better than a non-functional pipeline.
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.
Ok, good to go for me.
chore: correct date
1.0.1 Release PR
Note the "Test successful pipeline download with 'nf-core download'" actions are failing (and have always failed) due to a memory error, but the pipeline is downloaded successfully. It might be worth fixing this properly for the next release.
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).