Skip to content

Commit

Permalink
Fix common-workflow-library#88 in orig repo about creating recursive …
Browse files Browse the repository at this point in the history
…symlink for .fai file
  • Loading branch information
samuell committed May 23, 2016
1 parent fdc23cf commit 0f6c13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/samtools-faidx.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ outputs:
- id: "#index"
type: File
outputBinding:
glob: $(inputs.input.path.split('/').slice(-1)[0]) #+'.fai')
glob: $(inputs.input.path.split('/').slice(-1)[0] +'.fai')
secondaryFiles:
- .fai
- .gzi
Expand Down

0 comments on commit 0f6c13a

Please sign in to comment.