-
Notifications
You must be signed in to change notification settings - Fork 596
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
add option for create filter set to use sample_info with is_loaded #7434
Conversation
remove code that updated job id. only keep code that uses is_loaded
Overlapping code and wanting to test together
.dockstore.yml
Outdated
@@ -92,6 +92,7 @@ workflows: | |||
branches: | |||
- master | |||
- ah_var_store | |||
- ah_use_is_loaded |
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.
dont forget to remove me!
@@ -63,7 +66,7 @@ task PrepareCallsetTask { | |||
|
|||
input { | |||
String destination_cohort_table_prefix | |||
File sample_names_to_extract | |||
File? sample_names_to_extract |
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.
if there is no file, does it extract everything?
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.
if you don't supply a file it will extract everything where is_loaded is true
} | ||
} | ||
|
||
# if (defined(sample_names_to_extract)) { |
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.
is this all for testing / still needed?
Add ability to use the is_loaded column to get the samples for training.
log job id
break up vet to vet_new queries
VS-165
VS-166
VS-167