Skip to content

Commit

Permalink
Documented the decision tree
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Jan 19, 2024
1 parent ac42a3a commit 864d3bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subworkflows/local/input_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def create_data_channels_from_fetchngs(LinkedHashMap row) {
def meta = [:]
meta.id = row.run_accession

// Same as https://github.com/blobtoolkit/blobtoolkit/blob/4.3.3/src/blobtoolkit-pipeline/src/lib/functions.py#L30-L39
// with the addition of "hic"
switch (row.instrument_platform) {
case "ILLUMINA":
meta.datatype = (row.library_strategy == "Hi-C" ? "hic" : "illumina")
Expand Down

0 comments on commit 864d3bc

Please sign in to comment.