Could you use check_id_map.py to validate your mapping file and try again?
Cheers
--
Antonio González Peña
Research Assistant, Knight Lab
University of Colorado at Boulder
https://chem.colorado.edu/knightgroup/
First I needed to get the write/read access to macqiime, so I did this:
cd /
sudo chmod -R 775 macqiime/*.*
sudo chmod -R 775 macqiime/.
You will need the administrator password to run the last two commands.
Then copy all of the files to the proper locations
Full paths (note that this is installed off of your root directory):
the script file (/scripts/):
/macqiime/QIIME/bin/
The unit test (/tests/) file:
/macqiime/QIIME/tests/
The library file (/qiime/):
/macqiime/lib/python2.7/site-packages/qiime/
Then you should be able to do this:
macqiime truncate_reverse_primer.py -h
And get a response
Hello Jordan,Can you post the exact command you are using? And how you have QIIME installed (native, macqiime, virtualbox, etc.), and also can you run print_qiime_config.py and post those results?
-Tony
Hello Jo,I'm able to run some test sequences locally (the tutorial data) using your commands, so the problem may be somewhere else (e.g. the mapping file or the sequences) For the next step, can you run check_id_map.py on the mapping file and see if it returns any errors? Also, can you post the original error that you saw (so I can look at the part of the code where the error is being raised)?
-Tony
Hello again,Could you run:head 062712_plate5.sff.txt > example_flowgram_text.txtand post the example_flowgram_text.txt data?
-Tony
Hello again Jo,I am thinking that there is some line(s) in the .sff.txt file that have more than one colon (:) character in it that is creating the ValueError you are seeing. Can you look through some of the lines (probably the Run, Analysis, or Path section) to see if this is the case?
-Tony
Hello Jo,Could you try recreating the .sff.txt file using process_sff.py (with the -f parameter, see http://qiime.org/scripts/process_sff.html) and see if you get the same error? I'm wondering if something went awry in the generation of that file.
-Tony
Hello Jo,Could you try recreating the .sff.txt file using process_sff.py (with the -f parameter, see http://qiime.org/scripts/process_sff.html) and see if you get the same error? I'm wondering if something went awry in the generation of that file.
-Tony
--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.