-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error running panphlan_map #20
Comments
Hello, thanks for using PanPhlAn and reporting this issue, it helps improving the software. Otherwise it can also come from the samtools version (I use the 1.10 where you used the 1.7), but actually I would be surprised it this is causing the issue. Best regards, |
I see the file. looks like the last row is not complete. LYAM01000288.1 37494 N 1 c F how can I fix it ? Thank you. |
Hello, I updated PanPhlAn to version 3.1 and fixed the bioconda recipe that shoul solve problem of boztie2 and samtools version |
Hello Léonard, Is there potentially an issue with bowtie2 and samtools version needed? I have not found a similar issue reported, this one posted here seems the closest to my issue. I installed using conda install -c bioconda panphlan When I run panphlan_map.py, I get the following error, which I'm wondering if is due to the bowtie2 version installed? STEP 1. Checking software... Thanks, |
Hi, Indeed the bowtie2 installation seem to have some issue. Tell me if you manage to fix it |
Thank you for sharing. Downgrading tbb worked using: |
Hi, Is the tool still being maintained? I get the following error, any idea what is causing it?
[mpileup] 1 samples in 1 input files
Set max per-file depth to 8000
[I] Bowtie2 is installed
version: 2.4.2, path: /path_to/panphlan3/bin/bowtie2
[I] Samtools version 1.7; path: /path_to/panphlan3/bin/samtools
[I] bowtie2 --very-sensitive --no-unal -x ../Escherichia_coli/Escherichia_coli -U /path_to/set1.fastq -p 12 --quiet
[I] Rejected 0 reads over 767680 total
Bowtie2 mapping and SAM filtering completed.
[I] Samtools version 1.7; path: /path_to/panphlan3/bin/samtools
[I] samtools view -bS /tmp/panphlan_4v2u5r8r.sam
[I] samtools index /tmp/panphlan_d1xyemzq.bam
[I] samtools mpileup /tmp/panphlan_d1xyemzq.bam > /tmp/panphlan_w96kyqix.csv
Traceback (most recent call last):
File "/path_to/panphlan3/bin/panphlan_map.py", line 397, in
main()
File "/path_to/panphlan3/bin/panphlan_map.py", line 391, in main
genes_abundances(tmp_csv.name, contig2gene, args)
File "/path_to/panphlan3/bin/panphlan_map.py", line 340, in genes_abundances
contig, position, abundance = words[0], int(words[1]), int(words[3])
IndexError: list index out of range
Thank you
sp
The text was updated successfully, but these errors were encountered: