lenaschimmel / sc2rf

SARS-Cov-2 Recombinant Finder for fasta sequences
MIT License
48 stars 13 forks source link

Option to ignore shared substitutions #30

Open ktmeaton opened 2 years ago

ktmeaton commented 2 years ago
  1. Do you think this is scientifically sound for reporting? And if so,
  2. Would you be interested in a PR if I tidy up the code?

Default Output:

python3 sc2rf.py XM.fasta --ansi --unique 1

image

Proposed Option:

python3 sc2rf.py XM.fasta --ansi --unique 1 --ignore-shared

image