-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demux_deplete: allow multiple biosample attribute files (#561)
* allow demux_deplete to accept multiple files containing biosample metadata/map info modify the demux_deplete workflow so it can accept multiple files containing biosample metadata/map info. This is useful for the scenario where a flowcell contains samples corresponding to multiple BioSample submissions (ex. one for each attribute package type; or submissions made gradually over time). If more than one file is provided, the the data will be merged via a full left outer join * add utils import to demux_deplete workflow * update biosample_map_tsvs variable name in one spot * additional /find/replace/ * omit unnecessary flattening of biosample attribute map file list * update demux_deplete input name biosample_map -> biosample_map_tsvs in sarscov2_illumina_full * pass array of biosample_map_tsvs to demux_deplete
- Loading branch information
Showing
2 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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