GATB / DiscoSnp

DiscoSnp is designed for discovering all kinds of SNPs (not only isolated ones), as well as insertions and deletions, from raw set(s) of reads.
https://gatb.inria.fr/software/discosnp/
GNU Affero General Public License v3.0
38 stars 20 forks source link

Remove an additional space in vcf #25

Closed AxVE closed 2 years ago

AxVE commented 2 years ago

a tab is already used to separate fields, it can create some issues on later programs/scripts to have a tab+space as separator.

pierrepeterlongo commented 2 years ago

I took this suggestion into consideration in the source of this repository, thanks again!