Skip to content

Commit

Permalink
Merge pull request #16 from cokelaer/fix_CI
Browse files Browse the repository at this point in the history
Fixing CI
  • Loading branch information
cokelaer committed Jun 29, 2022
2 parents 56fc104 + ec2caf1 commit c8d0873
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
pull_request:
branches-ignore: []
schedule:
- cron: '0 0 * * SUN'

jobs:
build-linux:
Expand Down Expand Up @@ -35,12 +37,12 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
conda update ruamel_yaml
#conda update ruamel_yaml
- name: conda
run: |
conda install -c conda-forge mamba --quiet
mamba install -c bioconda -c conda-forge -c bioconda --quiet -y bowtie samtools bamtools bedtools bowtie2 fastqc subread fastp deeptools
conda install -c conda-forge --quiet 'mamba<0.24' python=${{ matrix.python }}
mamba install -c bioconda -c conda-forge --quiet --file environment.yml
- name: Install dependencies
run: |
Expand Down
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cutadapt
picard
bowtie
bowtie2
STAR
subread
bamtools
samtools
deeptools
gffread
salmon
fastp
fastqc
bedtools
2 changes: 2 additions & 0 deletions sequana_pipelines/rnaseq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
- Rscript
- fastp
- fastqc
- samtools
- bamtools

0 comments on commit c8d0873

Please sign in to comment.