Skip to content

Commit

Permalink
Updating RNASeQC task command
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Apr 8, 2024
1 parent aa3e163 commit baf7778
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ww-star-deseq2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,8 @@ task RNASeQC {
}

command <<<
java -Xmx4g -jar /usr/rnaseqc/RNA-SeQC.jar -n 1000 \
"~{refGtf}" "~{bam_file}" OUTPUT \
--sample="~{base_file_name}" \
--coverage
rnaseqc.v2.4.2.linux "~{refGtf}" "~{bam_file}" OUTPUT \
--sample="~{base_file_name}" --coverage
tar -cvzf "~{base_file_name}.QC.tar.gz" OUTPUT/*
>>>

Expand Down

0 comments on commit baf7778

Please sign in to comment.