Skip to content

Commit

Permalink
adjust test location to point to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianHole committed Jan 24, 2025
1 parent 7f26c64 commit b36358d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/samplesheet.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sample,fastq_1,fastq_2
sample1,https://github.com/phac-nml/legiovue/raw/add/iridanext-updates/tests/test_data/in1_R1.fastq.gz,https://github.com/phac-nml/legiovue/raw/add/iridanext-updates/tests/test_data/in1_R2.fastq.gz
sample2,https://github.com/phac-nml/legiovue/raw/add/iridanext-updates/tests/test_data/in2_R1.fastq.gz,https://github.com/phac-nml/legiovue/raw/add/iridanext-updates/tests/test_data/in2_R2.fastq.gz
sample1,https://github.com/phac-nml/legiovue/raw/dev/tests/test_data/in1_R1.fastq.gz,https://github.com/phac-nml/legiovue/raw/dev/tests/test_data/in1_R2.fastq.gz
sample2,https://github.com/phac-nml/legiovue/raw/dev/tests/test_data/in2_R1.fastq.gz,https://github.com/phac-nml/legiovue/raw/dev/tests/test_data/in2_R2.fastq.gz
4 changes: 2 additions & 2 deletions workflows/legiovue.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ include { CHEWBBACA_ALLELE_CALL } from '../modules/local/chewbbaca.n
include { CHEWBBACA_EXTRACT_CGMLST } from '../modules/local/chewbbaca.nf'
include { PYSAMSTATS as PYSAMSTATS_MAPQ } from '../modules/local/pysamstats.nf'
include { PYSAMSTATS as PYSAMSTATS_BASEQ } from '../modules/local/pysamstats.nf'
include { CSVTK_JOIN_ALLELE_STATS } from '../modules/local/utils.nf'
include { CSVTK_JOIN_ALLELE_STATS } from '../modules/local/utils.nf'
include { PLOT_EL_GATO_ALLELES } from '../modules/local/plotting.nf'
include { COMBINE_SAMPLE_DATA } from '../modules/local/qc.nf'
include { CSVTK_CONCAT_QC_DATA } from '../modules/local/utils.nf'
include { CSVTK_CONCAT_QC_DATA } from '../modules/local/utils.nf'
include { CUSTOM_DUMPSOFTWAREVERSIONS } from '../modules/nf-core/custom/dumpsoftwareversions/main'

/*
Expand Down

0 comments on commit b36358d

Please sign in to comment.