Skip to content
Snippets Groups Projects
Commit 689a2f2c authored by Cats's avatar Cats
Browse files

fix SplitNCigarReads

parent 24520e97
No related branches found
No related tags found
1 merge request!8Run time settings and additional adjustments
......@@ -268,6 +268,7 @@ task SplitNCigarReads {
set -e -o pipefail
${preCommand}
java -Xms${mem}G -jar ${gatk_jar} \
SplitNCigarReads \
-I ${input_bam} \
-R ${ref_fasta} \
-O ${output_bam} # might have to be -o depending on GATK version \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment