Closed ShadiKhoury closed 2 years ago
Hi Shadi,
I apologize for not having a good example within the repository. I have now added a tiny example based on the HIV reference genome. The data is available in the example_hiv directory.
Within the directory you will find the following files:
Here is a command you can use to run the example from start to finish: run.py --input ./example_hiv/seqs.fa --reference ./example_hiv/ref.fa --outdir ./res_hiv --keep_tmp --freq-threshold 3 --trim-len 100 --clusters ./example_hiv/seqs.clus
Hope this helps! Please let me know if you run into any other issues!
Best,
Ales
thx
Hello, I'm trying to run this repository and I just wanted to know what is the type of the reference input? ist fasta/ tsv etc ..? i would appreciate an example :)
best wishes,
Shadi