Skip to content
Snippets Groups Projects
Commit e98e0e15 authored by Chloe Marie Loiseau's avatar Chloe Marie Loiseau
Browse files

changes to submission scripts

parent 58c320c7
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --job-name=BWA
#SBATCH --cpus-per-task=1
#SBATCH --cpus-per-task=2
#SBATCH --mem-per-cpu=4G
#SBATCH --output=BWA.o
#SBATCH --error=BWA.e
......
......@@ -4,4 +4,4 @@
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=4G
singularity exec /home/container.img qualimap bamqc -bam ERR760779.dedup.realigned.bam -sd -sdmode 1 -outdir . -outfile ERR760779_bamqc
singularity exec /home/container.img qualimap bamqc -bam ERR760779.dedup.bam -sd -sdmode 1 -outdir . -outfile ERR760779_bamqc
......@@ -4,5 +4,5 @@
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=4G
singularity exec /home/container.img samtools mpileup -ABQ0 -q 20 -f ~/Workshop_SA/notebooks/reference_genome/MTB_ancestor_reference.fasta ERR760779.dedup.realigned.bam > ERR760779.pileup
singularity exec /home/container.img samtools mpileup -ABQ0 -q 20 -f ~/Workshop_SA/notebooks/reference_genome/MTB_ancestor_reference.fasta ERR760779.dedup.bam > ERR760779.pileup
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment