Skip to content

Commit

Permalink
adjust filesizes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgulvik authored Aug 22, 2024
1 parent 707cba9 commit d741e2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ params {
// Input data
input = 'https://raw.githubusercontent.com/bacterial-genomics/test-datasets/assembly-snps/samplesheets/samplesheet.csv'

// Adjust infile size requirements for mini PhiX test set
min_input_filesize = '1k'

// Use snp_package Parsnp
snp_package = 'parsnp'
min_parsnp_output_filesize = '2k'
min_parsnp_output_filesize = '1k'
}

0 comments on commit d741e2b

Please sign in to comment.