Skip to content

Commit

Permalink
update CI and full size test
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Jun 16, 2022
1 parent 27fdb8b commit ec6628f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
"test,docker --aligner alevin",
"test,docker --aligner kallisto",
"test,docker --aligner star",
"test,docker --aligner cellranger",
"test,docker --aligner cellranger -stub",
]
steps:
- name: Check out pipeline code
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Pipeline ported to dsl2
- Template update with latest nf-core/tools v2.1
- Added cellranger v.7.0.0 subworkflow
- Added full size tests

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ params {

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/scrnaseq/samplesheet_2.0_full.csv'
genome_fasta = 's3://nf-core-awsmegatests/scrnaseq/input_data/Homo_sapiens.GRCh38.dna.primary_assembly.modified.fa'
gtf = 's3://nf-core-awsmegatests/scrnaseq/input_data/gencode.v32.primary_assembly.annotation.filtered.gtf'
genome_fasta = 's3://nf-core-awsmegatests/scrnaseq/input_data/Homo_sapiens.GRCh38.dna.primary_assembly.fa'
gtf = 's3://nf-core-awsmegatests/scrnaseq/input_data/Homo_sapiens.GRCh38.106.gtf'
protocol = '10XV2'
schema_ignore_params = 'genomes'
}

0 comments on commit ec6628f

Please sign in to comment.