-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about MLST not hosted at pubmlst.org? #185
Comments
You'll need 3 files:
If you run The MLST scheme is a tab-delimied file that looks like this:
(you don't need the final clonal_complex column. It's just there in some schemes and ariba ignores it). The clustering file will be the fun one to make, and needs to be like this:
ie one line per cluster. All the allele names for a given gene on one line, tab-delimited. Once you have your 3 files, run this:
and then put a copy of your profile file inside the output_directory:
... it must be called |
It worked. Thanks |
Is there a script that can easily convert all fasta headers from all the alleles per loci into this clustering file? I have a few ideas but it's probably not very efficient. |
Hi,
The mlst scheme I work on is not hosted at PUBMLST. How can I format it to run against with ariba?
The text was updated successfully, but these errors were encountered: