Skip to content
Merged
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#594](https://github.com/nf-core/sarek/pull/594) - Add parameter `--save_output_as_bam` to allow output of result files in BAM format
- [#597](https://github.com/nf-core/sarek/pull/597) - Added tiddit for tumor variant calling
- [#600](https://github.com/nf-core/sarek/pull/600) - Added description for UMI related params in schema
- [#604](https://github.com/nf-core/sarek/pull/604) - Added full size tests WGS 30x NA12878

### Changed

Expand Down
9 changes: 5 additions & 4 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ params {
config_profile_description = 'Full test dataset to check pipeline function'

// Input data for full size test
input = "${projectDir}/tests/csv/3.0/test_full_data.csv"
input = '${projectDir}/tests/csv/3.0/test_full_data.csv'

wes = true

// Ignore `--input` as otherwise the parameter validation will throw an error
// Other params
tools = 'strelka,freebayes,haplotypecaller,deepvariant,manta,tiddit,cnvkit,vep'
genome = 'GATK.GRCh38'
vep_cache_version = 105
schema_ignore_params = 'genomes'
}
2 changes: 1 addition & 1 deletion tests/csv/3.0/test_full_data.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
patient,status,sample,lane,fastq_1,fastq_2
HG002,0,HG002,1,s3://giab/data/AshkenazimTrio/HG002_NA24385_son/NIST_Illumina_2x250bps/reads/D1_S1_L001_R1_001.fastq.gz,s3://giab/data/AshkenazimTrio/HG002_NA24385_son/NIST_Illumina_2x250bps/reads/D1_S1_L001_R2_001.fastq.gz
NA12878,0,NA12878,1,s3://nf-core-awsmegatests/sarek/input/NA12878_1.merged.fastq.gz,s3://nf-core-awsmegatests/sarek/input/NA12878_2.merged.fastq.gz