6 lines
249 B
Bash
6 lines
249 B
Bash
#!/bin/sh
|
|
|
|
cp samplesheet.csv /workspace/launch/samplesheet.csv
|
|
cp *.fastq.gz /workspace/launch/.
|
|
time nextflow run -c nextflow.config nf-core/sarek -r 3.9.0 -profile docker --genome GRCm38 --input samplesheet.csv --outdir out --skip-tools multiqc
|