Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksenia Krasheninnikova committed Aug 16, 2024
1 parent fc3c7f9 commit 3559a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/hic_mapping.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ workflow HIC_MAPPING {
reference_tuple
.join( hic_reads_path )
.map { meta, ref, hic_reads_path ->
tuple([ id: meta.id, single_end: true], hic_reads_path, hic_reads_path.collect { p -> p.resolveSibling(p.name + ".crai") } ) }
tuple([ id: meta.id, hap_id: hap_id, single_end: true], hic_reads_path, hic_reads_path.collect { p -> p.resolveSibling(p.name + ".crai") } ) }
.set { get_reads_input }

//
Expand Down

0 comments on commit 3559a52

Please sign in to comment.