Skip to content

Commit

Permalink
fix: Remove stray println meta
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 14, 2024
1 parent 9abe199 commit ec992df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflows/nascent.nf
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ workflow NASCENT {
ch_genome_bam.map {
meta, bam ->
fmeta = meta.findAll { it.key != 'read_group' }
println fmeta
// Split and take the first element
fmeta.id = fmeta.id.split('_')[0]
[ fmeta, bam ] }
Expand Down

0 comments on commit ec992df

Please sign in to comment.