Skip to content

Commit

Permalink
full_test.config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EladH1 committed Jan 22, 2025
1 parent f2c6b03 commit a26835d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ params {
max_time = '8.h'

// Input data
input = 'assets/samplesheet_full_small.csv'
input = "${projectDir}/assets/samplesheet_full_small.csv"
outdir = 'results'

// Genome references
genome = 'GRCh37'
analysis = 'germline'
variant_type = "small"
method = 'happy,rtgtools'
preprocess = "normalization,deduplication,filter_contigs"
preprocess = "normalize,deduplicate,filter_contigs"

truth_id = "HG002"
truth_vcf = "https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/release/AshkenazimTrio/HG002_NA24385_son/NISTv4.2.1/GRCh37/SupplementaryFiles/HG002_GRCh37_1_22_v4.2.1_highconf.vcf.gz"
Expand Down

0 comments on commit a26835d

Please sign in to comment.