Skip to content

Commit

Permalink
deps: Remove 'intel' channel from conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Jul 3, 2024
1 parent 356240f commit a2e918a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ViroConstrictor/workflow/envs/Alignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Reference_alignment
channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.7
Expand Down
1 change: 0 additions & 1 deletion ViroConstrictor/workflow/envs/Clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: QC_and_cleanup
channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python>=3.8
Expand Down
1 change: 0 additions & 1 deletion ViroConstrictor/workflow/envs/Consensus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Consensus
channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.8
Expand Down
1 change: 0 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ViroConstrictor
channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python>=3.10
Expand Down

0 comments on commit a2e918a

Please sign in to comment.