-
Notifications
You must be signed in to change notification settings - Fork 6
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
Nomerge/first cwl files #135
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started leaving some comments; most can be applied to other places :-)
- doc: "Please provide one sequence file with transcripts. Default: \"\". " | ||
id: include | ||
type: | ||
- "null" | ||
- string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a File
, yes?
- doc: "Please provide one *.genome file created with the genome command. Default: \"\". " | ||
id: genome | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --genome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another File
- doc: "Directory where input files can be found. Default: \"./\". " | ||
id: in | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need overriding. Are there specific file extensions expected?
- doc: "Directory, where output files should be saved. Default: \"./\". " | ||
id: out | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option should be suppressed
- doc: "Directory, where output files should be saved. Default: \"./\". " | ||
id: out | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option should be suppressed
- doc: "Sequence file containing minimizers that should not be stored. Default: \"\". " | ||
id: exclude | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --exclude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File
- doc: "Define which samples belong together, sum has to be equal to number of sequence files. Default: Every sequence file is one sample from one experiment. Default: []. " | ||
id: samples | ||
type: | ||
- "null" | ||
- boolean | ||
inputBinding: | ||
prefix: --samples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this type is wrong...
- doc: "If set, names of the experiments are stored in a txt file. Default: 0. " | ||
id: experiment-names | ||
type: | ||
- "null" | ||
- boolean | ||
inputBinding: | ||
prefix: --experiment-names |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
- doc: "Sequence file containing minimizers, only those minimizers will be considered for determining the expression thresholds. Default: \"\". " | ||
id: levels-by-genome | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --levels-by-genome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another File
?
- doc: "Directory, where output files should be saved. Default: \"./\". " | ||
id: out | ||
type: | ||
- "null" | ||
- string | ||
inputBinding: | ||
prefix: --out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option should be suppressed
First try of generated cwl files for needle