Open
Conversation
Contributor
Author
|
should I pump the version of the failed tools in the collection? |
Contributor
No, thats not needed |
| <inputs> | ||
| <param name="input" type="data" format="sam,bam,cram" label="Input File"/> | ||
| <section name="advanced_options" title="Advanced Options" expanded="no"> | ||
| <param name="add_pg" type="boolean" label="Add @PG in Header" checked="true" truevalue="" falsevalue="--no-PG" help="Add a @PG line to the header of the output file. "/> |
tool_collections/samtools/samtools_collate/samtools_collate.xml
Outdated
Show resolved
Hide resolved
tool_collections/samtools/samtools_collate/samtools_collate.xml
Outdated
Show resolved
Hide resolved
!!! Still need to restrict output to BAM format!!!
bgruening
reviewed
Feb 14, 2026
| $fast_mode | ||
|
|
||
| $input | ||
| -o $output_file |
Member
There was a problem hiding this comment.
all input data or output data should be single-quoted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FOR CONTRIBUTOR:
There are two labels that allow to ignore specific (false positive) tool linter errors:
skip-version-check: Use it if only a subset of the tools has been updated in a suite.skip-url-check: Use it if github CI sees 403 errors, but the URLs work.