isugifNF / polishCLR

A nextflow pipeline for polishing CLR assemblies
https://isugifnf.github.io/polishCLR/
16 stars 4 forks source link

Add an `--alternative_assembly` flag #18

Closed j23414 closed 3 years ago

j23414 commented 3 years ago

Clarify how to combine primary and alternative assemblies for arrow, purgedups, and freebayes.

primary                                                                purgedups (primary?)
               > cat (with different headers) -> arrow -> (separate) <
alternative                                                                 ....  \_combine with alt -> purgedups?
j23414 commented 3 years ago

Step 1 is primary + alt -> ARROW (without falcon unzip) -> SPLIT -> purge_dups and then manual scaffolding step Step 2 is scaf_primary + alt + mito -> ARROW + merfin -> FREEBAYES -> FREEBAYES -> SPLIT

j23414 commented 3 years ago

fixed in purge_dups branch, will merge when all checks pass