added tmp-dir + alignment correction

This commit is contained in:
Nicolas Vannieuwkerke 2022-05-13 14:35:22 +02:00
parent a72f06dfe8
commit 6427eeeca0

View file

@ -37,6 +37,7 @@ process GATK4_SPLITINTERVALS {
--output ${prefix} \\
--intervals $intervals \\
$reference \\
--tmp-dir . \\
$args
cat <<-END_VERSIONS > versions.yml