Skip to content

Commit

Permalink
fix #191
Browse files Browse the repository at this point in the history
  • Loading branch information
slsevilla committed Feb 26, 2024
1 parent d06ce0f commit 49eb54c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions subworkflows/local/input_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ def create_fastq_channel(LinkedHashMap row, String seq_center) {
meta.antibody = row.antibody
meta.control = row.control

def read_group = "\'@RG\\tID:${meta.id}\\tSM:${meta.id.split('_')[0..-2].join('_')}\\tPL:ILLUMINA\\tLB:${meta.id}\\tPU:1\'"
if (seq_center) {
read_group = "\'@RG\\tID:${meta.id}\\tSM:${meta.id.split('_')[0..-2].join('_')}\\tPL:ILLUMINA\\tLB:${meta.id}\\tPU:1\\tCN:${seq_center}\'"
}
meta.read_group = read_group

// add path(s) of the fastq file(s) to the meta map
def fastq_meta = []
if (!file(row.fastq_1).exists()) {
Expand Down

0 comments on commit 49eb54c

Please sign in to comment.