Skip to content

Commit

Permalink
[temp workaroun] pip install in conda
Browse files Browse the repository at this point in the history
- avoid recompiling pysam and co when mamba install
  • Loading branch information
DrYak committed Jun 5, 2024
1 parent b1c061c commit 739b8a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ classifiers=[
dependencies = [
"biopython ==1.83",
"bcbio-gff",
"pysam >=0.16",
"pysamstats",
# "pysam >=0.16",
# "pysamstats",
"pandas",
"numpy",
"scipy",
Expand Down Expand Up @@ -71,6 +71,7 @@ script-files = [
"scripts/min_coverage",
"scripts/minority_freq",
"scripts/pair_sequences",
"scripts/paired_end_read_merger",
"scripts/predict_num_reads",
"scripts/prepare_primers",
"scripts/remove_gaps_msa",
Expand Down

0 comments on commit 739b8a5

Please sign in to comment.