-
Notifications
You must be signed in to change notification settings - Fork 99
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
PD-2800: Add filtered option as output to MergeStarOutput task #1437
base: develop
Are you sure you want to change the base?
Conversation
Remember to squash merge! |
1 similar comment
Remember to squash merge! |
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
@@ -623,6 +627,7 @@ task MergeStarOutput { | |||
File? cell_reads_out = "~{input_id}.star_metrics.tar" | |||
File? library_metrics="~{input_id}_library_metrics.csv" | |||
File? mtx_files ="~{input_id}.mtx_files.tar" | |||
File? filtered_mtx_files = "~{input_id}_filtered_mtx_files.tar" |
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.
will outputbarcodes.tsv always exist? If not, will this line fail?
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.
Yes, the outputbarcodes.tsv file will still exist
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
Checklist
If you can answer "yes" to the following items, please add a checkmark next to the appropriate checklist item(s) and notify our WARP team by tagging @broadinstitute/warp-admins in a comment on this PR.