-
Notifications
You must be signed in to change notification settings - Fork 25
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
Final changes for release 2.5.0 #285
Conversation
|
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.
Great work! Just had some minor comments
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! Thanks for incorporating my requests.
```tsv | ||
ID Sample Condition ReplicateFileName | ||
1 msrun tumor /path/to/msrun.raw|mzML|d |
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.
You switched to tsv 😱 ?
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.
That was already implemented some releases ago.. (before my time 😄) Is there a csc standard I missed?
@@ -56,21 +56,21 @@ workflow QUANT { | |||
mzml, | |||
merge_meta_map | |||
) | |||
ch_versions = ch_versions.mix(MAP_ALIGNMENT.out.versions.ifEmpty(null)) | |||
ch_versions = ch_versions.mix( MAP_ALIGNMENT.out.versions.ifEmpty(null) ) |
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.
is the ifEmpty really necessary?
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.
Probably not 🤔
.join(OPENMS_IDMERGER_QUANT.out.idxml) | ||
.join( MAP_ALIGNMENT.out.aligned_idxml ) | ||
.map { meta, mzml, idxml -> [[id: meta.sample + '_' + meta.condition], meta, [id:meta.id, file:mzml], [id:meta.id, file:idxml]] } | ||
.groupTuple( sort: sortById ) |
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 would be good to add the expected size here to prevent stalling (and with all groupTuples everywhere)
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.
How would I do that..?
Incorporated suggestions for upcoming release
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).