-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output in Kallisto-quant not working #156
Comments
Also, for the fusions output (l 146), it should probably say |
Thank you @Brilator for reporting this! If you are running with |
Thanks, I did that. For me, adding another input string for the output folder and completely yielding that as output worked. QuantOutfolder:
type: string
outputs:
# quantification_h5:
# type: File
# outputBinding:
# glob: out/abundances.h5
# # Long form method for defining optional outputs
# quantification_tsv:
# type: File
# outputBinding:
# glob: out/abundances.tsv
# bam:
# type: ["null", File]
# outputBinding:
# glob: "out/*.bam"
# fusions:
# type: ["null", File]
# outputBinding:
# glob: "fusion.txt"
outFolder:
type: Directory
outputBinding:
glob: $(runtime.outdir)/$(inputs.QuantOutfolder) |
Hi, I've tested the Kallisto-Quant.cwl with
Unfortunately the output is not wired properly.
I am new to CWL, so not sure how to fix and PR.
The text was updated successfully, but these errors were encountered: