Skip to content

Commit

Permalink
Merge pull request #72 from hadiparsianNIH/patch-1
Browse files Browse the repository at this point in the history
Changed from conda to mamba
  • Loading branch information
kyleoconnell-NIH authored Jan 10, 2025
2 parents a25f9de + ea64ecd commit e0cd556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/SRADownload/SRA-Download.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"outputs": [],
"source": [
"# install everything else\n",
"! conda install -c bioconda -c conda-forge sra-tools==2.11.0 sql-magic pyathena -y"
"! mamba install -c bioconda -c conda-forge sra-tools==2.11.0 sql-magic pyathena -y"
]
},
{
Expand Down

0 comments on commit e0cd556

Please sign in to comment.