-
Notifications
You must be signed in to change notification settings - Fork 10
Nf core template merge 3.3.2 #159
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
base: dev
Are you sure you want to change the base?
Conversation
|
483d499
to
cf879e3
Compare
cf879e3
to
a6d06ad
Compare
5648a98
to
6fd50eb
Compare
707f034
to
db78bce
Compare
Looks good to me 🙂 👍 |
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 a lot for updating this! I would have a two question or remarks:
- could you squash your commits at the end? that would keep the commit history clean as there are multiple back-and-forth changes that would be confusing otherwise
- why did you replace the snapshots from the
peptides
,proteins
andpredictions
db files and replace it with checking for the number of lines?
The rest looks good!
Hi, I changed the file checks for the gzipped files because at some point nf-test created different md5sums when testing locally vs in the ci runners. Checking for the exact number of lines aimed at making sure those files contain the same number of peptides/proteins while ignoring the gzipped headers that can differ. |
Did it work to check the differences between the files? |
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.3.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).