Skip to content

Commit

Permalink
lower mincov to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 22, 2024
1 parent 354d012 commit 4b9a5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ nextflow run main.nf \
--cache ${HOME}/.conda/envs \
--fastq_input .github/data/fastq \
--ref .github/data/assemblies/NC_000962.3.fa \
--mincov 6 \
--outdir .github/data/test_output \
-with-report .github/data/test_output/nextflow_report.html \
-with-trace .github/data/test_output/nextflow_trace.tsv

0 comments on commit 4b9a5de

Please sign in to comment.