Skip to content

Commit

Permalink
The latest gmap on Conda is non-functional.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Mar 26, 2021
1 parent ba86ddb commit 81cab7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Test daijin
if: startsWith(runner.os, 'Linux')
run: |
mamba install -c bioconda -c conda-forge -y bioconda::portcullis stringtie scallop gmap \
mamba install -c bioconda -c conda-forge -y bioconda::portcullis stringtie scallop "gmap!=2021.02.22" \
star hisat2 prodigal blast diamond transdecoder conda-forge::gnuplot kallisto samtools gffread;
cd sample_data; snakemake --latency-wait 60 --jobs 5 --cores 5
- name: Test daijin mikado
Expand Down
2 changes: 1 addition & 1 deletion Mikado/daijin/envs/gmap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- bioconda
dependencies:
- bioconda::gmap>=2019.06.10
- bioconda::gmap!=2021.02.22
- bioconda::samtools>=1.9

0 comments on commit 81cab7a

Please sign in to comment.