Skip to content
Snippets Groups Projects
Commit ab72ec3f authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

use validation stringency silent for sort sam

parent fbc7b959
No related branches found
No related tags found
No related merge requests found
......@@ -683,6 +683,7 @@ task SortSam {
SORT_ORDER=~{true="queryname" false="coordinate" sortByName} \
CREATE_INDEX=true \
COMPRESSION_LEVEL=~{compressionLevel} \
VALIDATION_STRINGENCY=SILENT \
CREATE_MD5_FILE=~{true="true" false="false" createMd5File}
}
......
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