Skip to content

Commit

Permalink
sudo chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
golu099 committed Nov 30, 2023
1 parent bea6b04 commit a7e4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_megablast.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ task trim_rmdup_subsamp {
}
command <<<
set -ex o pipefail
cat> ~{outBam} | chmod u+x ~{outBam}
cat> ~{outBam} | sudo chmod u+x ~{outBam}
assembly.py --version | tee VERSION
#BAM ->FASTQ-> OutBam? https://github.com/broadinstitute/viral-assemble/blob/80bcc1da5c6a0174362ca9fd8bc0b49ee0b4103b/assembly.py#L91
assembly.py trim_rmdup_subsamp \
Expand Down

0 comments on commit a7e4ebd

Please sign in to comment.