barricklab / breseq

breseq is a computational pipeline for finding mutations relative to a reference sequence in short-read DNA resequencing data. It is intended for haploid microbial genomes (<20 Mb). breseq is a command line tool implemented in C++ and R.
http://barricklab.org/breseq
GNU General Public License v2.0
137 stars 21 forks source link

gdtools ANNOTATE TABLE format puts extra comma in header row #368

Closed dannagifford closed 1 month ago

dannagifford commented 4 months ago

Version: 0.38.1

Command executed: gdtools ANNOTATE -r $REF -f TABLE -o output-file-name.tsv */output/*.gd

Description: gdtools ANNOTATE in TABLE format puts an extra comma in the header after the "type" column name. Consequently, genome names and their corresponding mutations are misaligned. The header row contains: "type",,"seq_id","position","mutation", ... input.gd file names

Expectation: The header row should contain "type","seq_id","position","mutation", ... input.gd file names

Workaround: delete the extra comma after "type"