-
Couldn't load subscription status.
- Fork 15
Quick Version Release 1.0.4 - Pipeline issue arose in 1.0.3 where only one sample was processed #58
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
Conversation
|
|
|
||
| // Modify fasta channel to include meta data | ||
| ch_fasta_meta = ch_fasta.map{ it -> [[id:it[0].baseName], it] } | ||
| ch_fasta_meta = ch_fasta.map{ it -> [[id:it[0].baseName], it] }.collect() |
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.
good catch
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.
LGTM
Version Release 1.0.4
v1.0.4 - [2023-06-26]
AddedFixedDependenciesDeprecatedPR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).