mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-24 16:19:55 +00:00
fix: insert id
key again
This commit is contained in:
parent
246da8a7b0
commit
fa1c779536
1 changed files with 4 additions and 3 deletions
|
@ -66,6 +66,7 @@ def create_fastq_channel(LinkedHashMap row) {
|
||||||
// Function to get list of [ meta, fasta ]
|
// Function to get list of [ meta, fasta ]
|
||||||
def create_fasta_channel(LinkedHashMap row) {
|
def create_fasta_channel(LinkedHashMap row) {
|
||||||
def meta = row.subMap(['sample', 'run_accession', 'instrument_platform'])
|
def meta = row.subMap(['sample', 'run_accession', 'instrument_platform'])
|
||||||
|
meta.id = meta.sample
|
||||||
meta.single_end = true
|
meta.single_end = true
|
||||||
meta.is_fasta = true
|
meta.is_fasta = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue