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

Feature/rnaseq #2

Open
wants to merge 18 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
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ channels:
- bioconda
- conda-forge
- defaults
- nyuad-cgsb
Binary file removed involucro
Binary file not shown.
55 changes: 55 additions & 0 deletions recipes/gencore_rnaseq/1.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{% set name = "gencore_rnaseq" %}
{% set version = "1.0" %}


package:
name: {{ name }}
version: {{ version }}

build:
number: 0
skip: True # [osx]

requirements:
run:
- samtools ==1.3.1
- bcftools ==1.3.1
- kallisto ==0.43.0
- blat ==35
- gatk ==3.6
- picard ==2.5.0
- trimmomatic ==0.36
- fastqc ==0.11.5
- prinseq ==0.20.4
- star ==2.5.2a
- vcftools ==0.1.14
- bedtools ==2.25.0
- vcflib ==1.0.0_rc1
- bamtools ==2.4.0
- seqtk ==1.2
- bowtie2 ==2.2.8
- tophat ==2.1.0
- cufflinks-patch ==2.2.1
- r-base
- r-essentials
- r-cairo
- bioconductor-deseq2
- bioconductor-edger >=3.14.0
- bioconductor-cummerbund >=2.16.0
- bioconductor-genomicranges >=1.26.1
- bioconductor-gviz >=1.16.5
- bioconductor-biovizbase >=1.18.0
- bioconductor-s4vectors >=0.12.0
- bioconductor-ballgown >=2.2.0
- htseq ==0.6.1.post1
- hisat2 ==2.0.4
- stringtie ==1.3.0

test:
commands:
- bowtie2 --help 2>&1 | grep 'bowtie'

about:
home: 'https://cgsb.abudhabi.nyu.edu/'
license: BSD
summary: 'Gencore RnaSeq Module'
7 changes: 6 additions & 1 deletion scripts/travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ set -e
set -x


echo "#################### Begin Checking the cache! ##########################"
ls -lah /home/travis/.conda/pkgs
echo "#################### End Checking the cache! ##########################"


if [[ $TRAVIS_BRANCH != "master" && $TRAVIS_BRANCH != "bulk" && $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_REPO_SLUG == "$MY_TRAVIS_REPO_SLUG" ]]
then
echo ""
Expand All @@ -29,7 +34,7 @@ sudo chown -R $USER /anaconda
$SCRIPT_DIR/../simulate-travis.py --bootstrap /anaconda --overwrite
/anaconda/bin/conda index /anaconda/conda-bld/linux-64 /anaconda/conda-bld/osx-64
/anaconda/bin/conda config --add channels file://anaconda/conda-bld
/anaconda/bin/conda install -y r-base r-essentials openjdk perl bioconductor-biobase
/anaconda/bin/conda install -y r-base r-essentials openjdk perl bioconductor-biobase salmon kallisto

/anaconda/bin/conda info
ls -lah /home/travis/.conda/pkgs