Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

cwl doesn't like duplicated objects #95

Open
tonyyzy opened this issue Mar 4, 2019 · 2 comments
Open

cwl doesn't like duplicated objects #95

tonyyzy opened this issue Mar 4, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tonyyzy
Copy link
Owner

tonyyzy commented Mar 4, 2019

output:
type: string
inputBinding:
position: 2
prefix: "-o"
threads:
type: int
inputBinding:
position: 3
prefix: "-p"
first_end_fastq:
type: File?
inputBinding:
position: 5
prefix: "-1"
second_end_fastq:
type: File?
inputBinding:
position: 6
prefix: "-2"
single_fastq:
type: File[]?
inputBinding:
position: 5
prefix: "-r"
outputs:
output:
type: Directory
outputBinding:
glob: $(inputs.output)

cwl doesn't like that output appeared twice.

@tonyyzy tonyyzy added the bug Something isn't working label Mar 4, 2019
@tonyyzy tonyyzy added this to the End of Project milestone Mar 4, 2019
@FilipeJesus
Copy link
Collaborator

FilipeJesus commented Mar 8, 2019

  • dexseq output change "output" to "dexseq_out"

  • edger output change "output" to "edger_out"

  • fgsea output change "example_out" to "gsea_out"

  • ht_prepare output change "output" to "ht_prep_out"

  • hypergeo output change "DESeq2_out" to "hypergeo_out"

  • miso_index output change "output" to "miso_out"

  • miso_run output change "output" to "miso_out"

  • salmon_index output change "output" to "salmon_out"

  • salmon_run output change "output" to "salmon_out"

@FilipeJesus
Copy link
Collaborator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants