You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to download samples using --sample-manifest argument without specifying GRP_NAME, cause currently I have to iterate over all possible groups (since my samples ids list contains samples from different groups).
The text was updated successfully, but these errors were encountered:
Unfortunately this is not possible since sample names can be duplicated across groups. If you have a list with sample names and group names together it seems like this would be straightforward to script?
Unfortunately, I didn't have all the group names, I found a workaround by specifying upper level group (which was same as organization name). Maybe it's a good solution for all such cases in the future? Since I understand group is an abstract concept, so you can create as many as you want?
Is it possible to download samples using
--sample-manifest
argument without specifyingGRP_NAME
, cause currently I have to iterate over all possible groups (since my samples ids list contains samples from different groups).The text was updated successfully, but these errors were encountered: