Skip to content

feat: add a conda profile and environment file#3

Merged
seqwellBioinfo merged 11 commits intomainfrom
zn_conda
Nov 22, 2024
Merged

feat: add a conda profile and environment file#3
seqwellBioinfo merged 11 commits intomainfrom
zn_conda

Conversation

@znorgaard
Copy link
Copy Markdown
Contributor

@znorgaard znorgaard commented Nov 21, 2024

The example can be run with:

nextflow run \
    -profile conda \
    main.nf \
    -c nextflow.config \
    --pool_sheet "${PWD}/tests/pool_sheet.csv" \
    --output "${PWD}/test_output" \
    -with-report \
    -with-trace \
    -resume

Note, this must be done in a linux environment because Lima does not have any Mac build available.

@znorgaard znorgaard marked this pull request as ready for review November 21, 2024 22:29
@znorgaard znorgaard requested a review from clintval November 21, 2024 22:29
Comment thread environment-dev.yml
channels:
- conda-forge
- bioconda
- defaults
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Good to drop defaults with the recent Anaconda debacle.

Comment thread environment-pipeline.yml Outdated
Comment thread nextflow.config
@clintval clintval assigned znorgaard and unassigned clintval Nov 21, 2024
@seqwellBioinfo seqwellBioinfo merged commit a124155 into main Nov 22, 2024
@seqwellBioinfo seqwellBioinfo deleted the zn_conda branch November 22, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants