Skip to content

Commit

Permalink
pass empty file for tests - kmerfinder_db
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Sep 19, 2023
1 parent c55ca10 commit c834b89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/inputs/theiaprok/wf_theiaprok_illumina_pe.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"theiaprok_illumina_pe.read1_raw": "bactopia-tests/data/species/portiera/illumina/SRR2838702_R1.fastq.gz",
"theiaprok_illumina_pe.read2_raw": "bactopia-tests/data/species/portiera/illumina/SRR2838702_R2.fastq.gz",
"theiaprok_illumina_pe.skip_screen": true,
"theiaprok_illumina_pe.call_kmerfinder": false,
"theiaprok_illumina_pe.read_QC_trim.read_processing": "trimmomatic",
"theiaprok_illumina_pe.read_QC_trim.call_midas": false,
"theiaprok_illumina_pe.read_QC_trim.midas.midas_db" : "./tests/inputs/empty-for-test.txt",
Expand Down Expand Up @@ -36,5 +37,6 @@
"theiaprok_illumina_pe.merlin_magic.cladetyper.ref_clade5_annotated" : "./tests/inputs/empty-for-test.txt",
"theiaprok_illumina_pe.bakta.bakta_db" : "./tests/inputs/empty-for-test.txt",
"theiaprok_illumina_pe.gambit.gambit_db_signatures" : "./tests/inputs/completely-empty-for-test.txt",
"theiaprok_illumina_pe.gambit.gambit_db_genomes" : "./tests/inputs/completely-empty-for-test.txt"
"theiaprok_illumina_pe.gambit.gambit_db_genomes" : "./tests/inputs/completely-empty-for-test.txt",
"theiaprok_illumina_pe.gambit.kmerfinder_db" : "./tests/inputs/completely-empty-for-test.txt"
}
4 changes: 3 additions & 1 deletion tests/inputs/theiaprok/wf_theiaprok_illumina_se.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"theiaprok_illumina_se.samplename": "test",
"theiaprok_illumina_se.read1_raw": "bactopia-tests/data/species/portiera/illumina/SRR2838702_R1.fastq.gz",
"theiaprok_illumina_se.skip_screen": true,
"theiaprok_illumina_pe.call_kmerfinder": false,
"theiaprok_illumina_se.read_QC_trim.read_processing": "trimmomatic",
"theiaprok_illumina_se.read_QC_trim.call_midas": false,
"theiaprok_illumina_se.read_QC_trim.midas.midas_db" : "./tests/inputs/empty-for-test.txt",
Expand Down Expand Up @@ -35,5 +36,6 @@
"theiaprok_illumina_se.merlin_magic.cladetyper.ref_clade5_annotated" : "./tests/inputs/empty-for-test.txt",
"theiaprok_illumina_se.bakta.bakta_db" : "./tests/inputs/empty-for-test.txt",
"theiaprok_illumina_se.gambit.gambit_db_signatures" : "./tests/inputs/completely-empty-for-test.txt",
"theiaprok_illumina_se.gambit.gambit_db_genomes" : "./tests/inputs/completely-empty-for-test.txt"
"theiaprok_illumina_se.gambit.gambit_db_genomes" : "./tests/inputs/completely-empty-for-test.txt",
"theiaprok_illumina_pe.gambit.kmerfinder_db" : "./tests/inputs/completely-empty-for-test.txt"
}

0 comments on commit c834b89

Please sign in to comment.