Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snakemake bump 3 11 2 #46

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# only put tools that are needed for tests (e.g., `bowtie-build` is needed to make sure
# that bowtie-index worked), not for the wrappers themselves, which should have
# their own environment.yml files.
dependencies:
- bioconda::bowtie2 ==2.3.0
- bioconda::gffutils ==0.8.7.1
- bioconda::hisat2 ==2.0.5
- bioconda::pytest ==3.0.5
- bioconda::snakemake ==3.11.2
- bioconda::samtools ==1.4
- lcdb::lcdblib ==0.1
Empty file removed pip-requirements.txt
Empty file.
11 changes: 0 additions & 11 deletions requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion test/test_bowtie2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
import pysam
from snakemake.shell import shell
from lcdblib.snakemake import aligners
from utils import run, dpath, rm, symlink_in_tempdir
Expand Down
1 change: 0 additions & 1 deletion test/test_hisat2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
import pysam
from snakemake.shell import shell
from lcdblib.snakemake import aligners
from utils import run, dpath, rm, symlink_in_tempdir
Expand Down
1 change: 0 additions & 1 deletion test/test_kallisto.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import json
import pysam
from snakemake.shell import shell
from lcdblib.snakemake import aligners
from utils import run, dpath, rm, symlink_in_tempdir
Expand Down
3 changes: 1 addition & 2 deletions travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ conda config --add channels bioconda
conda config --add channels lcdb

conda install -y python=3.5
conda install -y --file requirements.txt
pip install -r pip-requirements.txt
conda env update -n root --file environment.yaml
2 changes: 1 addition & 1 deletion wrappers/bowtie2/align/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- lcdb
dependencies:
- bowtie2 ==2.3.0
- samtools ==1.3.1
- samtools ==1.4
- lcdblib ==0.1
2 changes: 1 addition & 1 deletion wrappers/hisat2/align/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- lcdb
dependencies:
- hisat2 ==2.0.5
- samtools ==1.3.1
- samtools ==1.4
- lcdblib ==0.1
1 change: 1 addition & 0 deletions wrappers/rseqc/bam_stat/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- r
dependencies:
- rseqc ==2.6.4
- pysam ==0.10.0
1 change: 1 addition & 0 deletions wrappers/rseqc/geneBody_coverage/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ channels:
- conda-forge
dependencies:
- rseqc ==2.6.4
- pysam ==0.10.0
- r-essentials ==1.5.1
1 change: 1 addition & 0 deletions wrappers/rseqc/infer_experiment/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- r
dependencies:
- rseqc ==2.6.4
- pysam ==0.10.0
1 change: 1 addition & 0 deletions wrappers/rseqc/tin/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- r
dependencies:
- rseqc ==2.6.4
- pysam ==0.10.0
2 changes: 1 addition & 1 deletion wrappers/samtools/index/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- bioconda
dependencies:
- samtools ==1.3.1
- samtools ==1.4
2 changes: 1 addition & 1 deletion wrappers/samtools/sort/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- bioconda
dependencies:
- samtools ==1.3.1
- samtools ==1.4