python shortbred_quantify.py --markers mytestmarkers.faa --wgs example/wgs.fna --results exampleresults.txt --tmp example_quantify
Dear all,
May I ask why I get the following error?
Working on file 1 of 1
Tabulating results for each marker...
Traceback (most recent call last):
File "/home/vagrant/.linuxbrew/Cellar/shortbred/0.9.3-dev-702e3ef/libexec/shortbred_quantify.py", line 588, in <module>
dReadLength = float(args.iAvgReadBP), iWGSReads = iTotalReadCount, strCentCheck=args.strCentroids,dAlnLength=args.dAlnLength,strFile = strInputFile)
File "/home/vagrant/.linuxbrew/Cellar/shortbred/0.9.3-dev-702e3ef/libexec/src/quantify_functions.py", line 580, in CalculateCounts
sys.stderr.write("WARNING: 0 Reads found in file:" + strFile )
TypeError: cannot concatenate 'str' and 'list' objects
Best wishes,
Younjung--
You received this message because you are subscribed to the Google Groups "shortbred-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shortbred-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to shortbred-use...@googlegroups.com.
I've got the same ErrorI've run AZY.fastq (wgs of 1 bacteria genome) against ARB database. Interestingly, that the runs against WGS of microbiome samples (from HMP project) are successfull.I may assume that the cause is the fastq file. (which I attach)/projects/academic/mjbuck/Buck_Lab_Members/violetta/new_project/shortbred_quantify_test.py --markers ./ARBmarkers.faa--wgs ./AZY.txtAZY.fastq --usearch /projects/academic/mjbuck/Buck_Lab_Members/violetta/new_project/src/usearch --results results_AZY.txt
File "/projects/academic/mjbuck/Buck_Lab_Members/violetta/new_project/src/quantify_functions.py", line 580, in CalculateCounts
sys.stderr.write("WARNING: 0 Reads found in file:" + strFile )TypeError: cannot concatenate 'str' and 'list' objects
On Monday, November 13, 2017 at 3:30:57 PM UTC-5, Jim Kaminski wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to shortbred-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.