File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/1b/3f50a9b0f5a39cd7e44596e97d9dc0/.command.sh
Size
319 bytes
Attempt
#!/bin/bash -Ceuo pipefail
ngscheckmate_fastq \
    -1 Filler-D0001104_R1.fastq.gz \
    -2 Filler-D0001104_R2.fastq.gz \
    SNP_GRCh38_hg38_wChr.pt \
    -p 4 \
    -s 0.05 \
    > Filler-D0001104.vaf

cat <<-END_VERSIONS > versions.yml
"DAQ:FASTQ_NGSCHECKMATE:NGSCHECKMATE_FASTQ":
    ngscheckmate: 1.0
END_VERSIONS