Skip to content
Snippets Groups Projects
Commit 7462f542 authored by Jules Sabban's avatar Jules Sabban
Browse files

Merge branch 'dev_Jules' into 'master'

Remove fastq adding to readset

See merge request !26
parents 9cd7b92a 84f5e435
No related branches found
Tags V1.25.1
1 merge request!26Remove fastq adding to readset
......@@ -61,7 +61,6 @@ workflow NGL {
MD5SUM_FASTQ(fq.groupTuple())
ADD_RS_RAW_FILES(readsets_created, MD5SUM_FASTQ.out.md5sum.map{it -> it[1]}, 'RAW', ready)
UPDATE_STATE_FQC(readsets_created, 'F-QC', multiqc_html)
techno = sequencer_name =~ "MiSeq|NovaSeq" ? 'illumina' : sequencer_name =~ "AVITI" ? 'elembio' : 'other'
COPY_TO_SAVE(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment