Skip to content

Commit

Permalink
fix: need pandas & argparse for create_index
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Apr 18, 2024
1 parent 587cff2 commit ca297b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/star_ucsc_cufflinks/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ channels:
- conda-forge
- bioconda
dependencies:
- python=3.6
- argparse
- cufflinks=2.2.1
- gffread
- pandas
- python=3.6
- sambamba=0.8.2
- samtools=1.16.1
- star=2.7.6a
Expand Down

0 comments on commit ca297b3

Please sign in to comment.