Skip to content
Snippets Groups Projects
Commit 4da76be8 authored by JasperBoom's avatar JasperBoom
Browse files

Remove left-over chmod.

parent 628b9169
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ task Bam2Fasta {
command {
set -e
mkdir -p "$(dirname ~{outputPrefix})"
chmod 755 ~{inputFile}
bam2fasta \
--output ~{outputPrefix} \
-c ~{compressionLevel} \
......@@ -96,7 +95,6 @@ task Bam2Fastq {
command {
set -e
mkdir -p "$(dirname ~{outputPrefix})"
chmod 755 ~{inputFile}
bam2fastq \
--output ~{outputPrefix} \
-c ~{compressionLevel} \
......
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