-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added CI tests for SpeciesAbundance workflow pipeline #11
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.
This is amazing. Thanks so much for all your hard work Kyla 😄 🐙 🥬
I still have to test this out on my computer, but I have comments below.
…simplify nf-test.config
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 looks great to me. Thanks so much Kyla.
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. Just a few small comments.
This PR adds CI testing to the GitHub Actions (ci.yml), and to the pipeline as a whole: tests/main.nf.test
Various config files were updated accordingly:
The branch has also been tested in Azure.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).