grenaud / gargammel

gargammel is an ancient DNA simulator
GNU General Public License v3.0
26 stars 15 forks source link

Fix -uniq skipping the next argument #21

Closed MikkelSchubert closed 3 months ago

MikkelSchubert commented 3 months ago

The -uniq option is documented as a flag, but fragSim skips the value following -uniq and it therefore requires the use of a dummy value: fragSim -uniq unused-value [...]

grenaud commented 3 months ago

thanks a lot Mikkel! good to hear from you!