sarek test

This commit is contained in:
2026-09-15 11:06:26 +02:00
parent 27655dc1b8
commit 02cefd8fa9
9 changed files with 46 additions and 2 deletions

9
sarek/run-k8s.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
SIZE=1
if [ "$#" -eq 1 ]; then
SIZE=$1
fi
cp samplesheet${SIZE}.csv /workspace/launch/samplesheet.csv
cp *.fastq.gz /workspace/launch/.
time nextflow run -c nextflow-k8s.config nf-core/sarek -r 3.9.0 -profile docker --genome GRCm38 --input samplesheet.csv --outdir out --skip_tools multiqc