-
-
Notifications
You must be signed in to change notification settings - Fork 232
[wip] simple input object generation #462
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
Conversation
Note that
succeeds but shows the following error message that made me think it did not succeed:
Any way to change this to a warning, or be more verbose about the fact that params.yml is legit? |
Also - the dockstore output includes a section for the output file, e.g. |
@ctb thank you for the verification. This is incomplete but I'll release it for later improvement :-) Re: output file name in the input object -- yes, that is a dockstore specific extension (and one that I never personally understood). Use the standardized |
re: the warning, this is a known regression #455 |
@ctb @mr-c FYI, the output file name is for specifying an output location https://dockstore.org/docs/advanced-features#file-provisioning Note that putting it in |
@denis-yuen Ah, that makes more sense. It would be more portable if you added these as a Example: bam_input:
class: File
path: /tmp/NA12878.chrom20.ILLUMINA.bwa.CEU.low_coverage.20121211.bam
dockstore:outputs:
bamstats_report:
class: File
path: /tmp/bamstats_report.zip This should be proposed as a standardized optional feature, then |
@mr-c I think that would be a reasonable improvement. It would simplify our code too. |
Inspired by Dockstore's equivalent feature
Will close #384