$module load python/3.5.2
$IN_DIR="my_input_dir"
#For a)
metaphlan2.py ${IN_DIR}/230-03-PHI8_S3_R1_001.join.fq --input_type fastq > 03_raw_fastq_profile.txt
#For b)
$metaphlan2.py ${IN_DIR}/03_K21-71_contigs.fasta --input_type fasta > 03_K21_contig_profile.txt
I checked the forum, but couldn't find a solution that I understand. There was a thread about changing the sensitivity, but thats for sam files, right? Could you guide me?
--
You received this message because you are subscribed to the Google Groups "MetaPhlAn-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metaphlan-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you so much for replying! I tried the following and I am still getting 100% unclassified output.
1. --samout #the profile file is empty.
I get the output-
"17406276 reads; of these:
17406276 (100.00%) were unpaired; of these:
17406199 (100.00%) aligned 0 times
24 (0.00%) aligned exactly 1 time
53 (0.00%) aligned >1 times
0.00% overall alignment rate
The code used to generate the sam file-
bowtie2 --sam-no-hd --sam-no-sq --no-unal --very-sensitive -S ${SAM_DIR}/230-03_metaphlyn.sam -x ${software}/db_v20/mpa_v20_m200 -U ${OUT_DIR}/230-03-PHI8_S3_R1_001.join.fq
2. --bowtie2out params
output- the bowtie2out profile is also empty.
3. please find attached the a) subset of original fastq file (I made 10000 reads subsample as 1000000 reads subsample was too big to be uploaded.)
b) bowtie2out file
c) the sequence length distribution R plot
d) sam file
Thank you helping out!
Jigyasa