Split hifiasm#969
Conversation
PR checklist
|
fellen31
left a comment
There was a problem hiding this comment.
Awesome, looks good! Just a few questions/comments.
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
fellen31
left a comment
There was a problem hiding this comment.
Looks good overall! I wonder if there could be some small issues since the output files are no longer stable.
fellen31
left a comment
There was a problem hiding this comment.
Nice that you were able to fix the snapshots! Just some very minor things, then this is ready!
| .multiMap { meta, reads, ul_reads, yak_paternal, yak_maternal, bin_files -> | ||
| reads: [meta, reads, ul_reads] | ||
| bins: [meta, bin_files] | ||
| yak: [ meta, yak_paternal, yak_maternal ] | ||
| } | ||
| .set { ch_hifiasm_assembly_in } |
There was a problem hiding this comment.
Maybe a nextflow lint -harshil-alignment -format on this file... I hope we can run it automatically soon 🤞
There was a problem hiding this comment.
Done ! :) Should I use it on all the main.nf files for nallo in the meantime to make sure they have the right format ?
There was a problem hiding this comment.
Thanks. There is an issue where it removes inline comments, so it's not perfect yet.. we will have to do it manually for a bit longer on the files we modify.
| } | ||
|
|
||
| withName: '.*:GENOME_ASSEMBLY:HIFIASM' { | ||
| withName: '.*:GENOME_ASSEMBLY:HIFIASM_ASSEMBLY|.*:GENOME_ASSEMBLY:HIFIASM_BINS' { |
c24ff07
into
genomic-medicine-sweden:dev
Description
This PR splits hifiasm into two processes (bin and assembly) so they can have different resources allocated and reduce computational cost.
This PR closes #130
Added
Changed
HIFIASMprocess in theGENOME_ASSEMBLYsubworkflow intoHIFIASM_BINSandHIFIASM_ASSEMBLYFixed
Removed