-
Notifications
You must be signed in to change notification settings - Fork 86
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
running fasta file with metaphlan3 but empty output #127
Comments
Hi, |
You mean it only accepts raw reads? like .fastq? Then for example, I have 10 groups and 50 replications (raw fastq reads) from each group. There are total like 500 raw reads. Should I process them individually? and later merge them? I was hoping to be able to compare only 10 groups (on group basis) and not 500 samples (not sample basis)... Would appreciate your help in this regard. Many thanks |
@mars188 This type of question may be better suited for the discussion forums. But yes, typically metaphlan would be run on each sample separately. If you really don't care about separating replicates, you could concatenate all of the replicate fastqs together. But the goal of this software is to get the relative abundance of individual taxa based on how many reads are hitting them - if you try to pass an assembly, this information is lost. |
Great, thank you so much for clarifying this. I will now try to figure out what to do. Thanks again. |
Hello all. |
Please see #123 . Multiple input files should be provided via a comma-separated list |
Hi,
I have successfully installed metaphlan 3 (I think). When I downloaded "SRS014476-Supragingival_plaque.fasta.gz file from the online tutorial then it works fine. I was able to get the results until heatmap. However, when I tried my own real fasta file, it generated empty output. The output files looks like this:
#SampleID Metaphlan_Analysis
#clade_name NCBI_tax_id relative_abundance additional_species
UNKNOWN -1 100.0
My command is as below:
metaphlan final_assembly.fasta --input_type fasta > ctrl_A_profile.txt
Can anyone please help me what is the difference between running these two fasta files? and why I am getting empty output file?
Thanks in advance.
The text was updated successfully, but these errors were encountered: