Skip to content
Snippets Groups Projects
Commit fb588535 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix indent

parent 4882cf04
Branches
Tags
3 merge requests!37v0.0.1,!11Develop,!7Resolve "Add CI for Trim"
Pipeline #5647 failed
......@@ -26,7 +26,7 @@ trimData_se:
- if [ `nproc` -gt 8 ]; then ncore=8; else ncore=`nproc`; fi
- singularity run 'docker://bicf/trimgalore:1.1' trim_galore --gzip -q 25 --illumina --length 35 --basename 16-1ZX4 -j ${ncore} ./test_data/fastq/16-1ZX4.R1.fastq.gz
trimData_pe:
trimData_pe:
tage: unit
script:
- if [ `nproc` -gt 8 ]; then ncore=8; else ncore=`nproc`; fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment