-
Notifications
You must be signed in to change notification settings - Fork 3
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
Midas DB compatibility #12
Comments
It might be helpful to know what the edirect commands would be for these. I don't think I have this exactly right. Do I need to have a step through
|
I think I figured it out in branch |
So, i tested it and it seems working like a charm. For midas it seems perfect for me to work with, i'll probably include a script to format correctly the data which i've been working on. I must say that the process of downloading faa, ffn and genes file however slow down a lot the downloading ( more than 2 hours to download v3.9 here compared to only 20 minute with only fna.) |
Good point!
The data should be formatted correctly from the start with the Kalamari script. Could you let me know the right way to format it for Midas? |
Well i don't know if by formatting it the correct way, you'll lose your compatibility with Kraken for example. Here is what you have to do : create a mapfile with 3 column : And then name each file and folder with the good name : <genome_id> And this should work. |
I think I'll leave this open for now but it would be interesting to come back to. |
Hi and thank you for your software,
I'm trying to make your Kalamari Database match the requirement for https://github.com/snayfach/MIDAS/blob/master/docs/build_db.md
It would be nice if you were downloading :
"<genome_id>.faa:" the protein sequence in FASTA format
"<genome_id>.ffn": the gene sequence in FASTA format
"<genome_id>.genes": a tab delimited file with genomic coordinates of genes. The file should be tab-delimited file with a header and the following fields.
I don't know if those are available on esearch :
Kalamari/bin/downloadKalamari.pl
Line 85 in aa25b5e
But it would be a nice addition to your pipeline :)
thank you !
The text was updated successfully, but these errors were encountered: