Skip to content

Commit

Permalink
added dockstore yml, changed tab to spaces in gtgtfToCallingIntervals…
Browse files Browse the repository at this point in the history
… task (#9)
  • Loading branch information
bshifaw authored May 10, 2021
1 parent 4657407 commit c5fc93e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 1.2
workflows:
- name: gatk4-rnaseq-germline-snps-indels
subclass: WDL
primaryDescriptorPath: /gatk4-rna-best-practices.wdl
testParameterFiles:
- /gatk4-rna-germline-variant-calling.inputs.json
2 changes: 1 addition & 1 deletion gatk4-rna-best-practices.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ task gtfToCallingIntervals {

command <<<

set -e
set -e

Rscript --no-save -<<'RCODE'
gtf = read.table("${gtf}", sep="\t")
Expand Down

0 comments on commit c5fc93e

Please sign in to comment.