bonsai-team / matam

Mapping-Assisted Targeted-Assembly for Metagenomics
GNU Affero General Public License v3.0
19 stars 9 forks source link

Look into SGA scaffolding step if paired-end reads are used #32

Open ppericard opened 7 years ago

ppericard commented 7 years ago

Right now we do not use the scaffolding step since we treat all reads as single reads. Using paired-end reads could allow us to use the scaffolding step from SGA (not implemented yet in sga_assembly.py) and improve MATAM contigs length. However, this mean that SGA would generate scaffolds with Ns and we have to evaluate how to handle those.

ppericard commented 7 years ago

Has to be done after #31