Commit 28fb72aa authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Added config to tests

parent c7825db8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    - path: results/02_alignment/bowtie2/target/igg_ctrl_R1.target.markdup.bam.flagstat

- name: test_verify_output_duplicates_remove
  command: nextflow run main.nf -profile docker,test --only_filtering true --skip_fastqc true --dedup_target_reads false
  command: nextflow run main.nf -profile docker,test --only_filtering true --skip_fastqc true --dedup_target_reads false -c tests/config/nextflow.config
  tags:
    - verify_output
    - verify_output_align
@@ -31,7 +31,7 @@
      should_exist: false

- name: test_verify_output_duplicates_remove_target
  command: nextflow run main.nf -profile docker,test --only_filtering true --skip_fastqc true --dedup_target_reads true
  command: nextflow run main.nf -profile docker,test --only_filtering true --skip_fastqc true --dedup_target_reads true -c tests/config/nextflow.config
  tags:
    - verify_output
    - verify_output_align