Skip to content

Commit

Permalink
Updated env
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtibochab committed Sep 12, 2024
1 parent aafa5ba commit 6711ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ dependencies:
- bioconda::picard>=2.27.4
# - bioconda::gatk4
- bioconda::fastqc
- bioconda::trim_galore
- bioconda::trim-galore
- bioconda::bowtie2
- bioconda::woltka
- bioconda::bioconductor-phyloseq
# - bioconda::multiqc
# Python
- conda-forge::python>=3.7
Expand Down
2 changes: 1 addition & 1 deletion setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if [ ! -d "$HOME/miniforge3/envs/bootcamp" ]; then
mamba run -n bootcamp Rscript -e 'IRkernel::installspec(name="R_bootcamp", displayname="R (bootcamp)")'
fi

echo Done!
echo Done!

0 comments on commit 6711ebc

Please sign in to comment.