-
Notifications
You must be signed in to change notification settings - Fork 189
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
TEMPLATE: Parallelize pipeline GHA tests over docker/conda/singularity #3214
Conversation
continue from #3149 |
@nf-core-bot fix linting pretty please 🙏 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
we also need singularity and conda setup as well |
In usage already in nf-core/bamtofastq#96 |
- name: Set up Conda | ||
if: matrix.profile == 'conda' | ||
run: | | ||
nextflow run ${GITHUB_WORKSPACE} -profile test,singularity --outdir ./results | ||
if: "{% raw %}${{ github.base_ref == 'master' }}{% endraw %}" | ||
conda clean -a | ||
conda install -n base conda-libmamba-solver | ||
conda config --set solver libmamba | ||
echo $(realpath $CONDA)/condabin >> $GITHUB_PATH | ||
echo $(realpath python) >> $GITHUB_PATH |
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.
these shouldn't be needed
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.
I just copy pasted from modules
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.
so which part should I remove there?
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.
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Linting is failing because of the location of some of the |
What's the code for the CHANGELOG? |
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
PR checklist
CHANGELOG.md
is updateddocs
is updated