Skip to content

Commit

Permalink
Update simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Mar 5, 2024
1 parent 0225ffd commit 19ce9bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ params {
// Input data
// TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
// TODO nf-core: Give any required params for the test so that command line flags are not needed
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv'
input = "../test-datasets/data/bam.csv"

// Genome references
genome = 'R64-1-1'
genome = "GRCh38"
panel = "https://raw.githubusercontent.com/nf-core/test-datasets/imputation/data/panel/21/1000GP.chr21.noNA12878.s.bcf"
to_phase = false

// Impute parameters
step = "impute"
tools = "glimpse1"
}
3 changes: 3 additions & 0 deletions tests/csv/sample_impute.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sample,bam,bai
NA12878,https://raw.githubusercontent.com/nf-core/test-datasets/imputation/data/NA12878/21/NA12878.chr21.s.1x.bam,https://raw.githubusercontent.com/nf-core/test-datasets/imputation/data/NA12878/21/NA12878.chr21.s.1x.bam.bai
NA12878_2,https://raw.githubusercontent.com/nf-core/test-datasets/imputation/data/NA12878/21/NA12878.chr21.s.1x.bam,https://raw.githubusercontent.com/nf-core/test-datasets/imputation/data/NA12878/21/NA12878.chr21.s.1x.bam.bai

0 comments on commit 19ce9bd

Please sign in to comment.