--
You received this message because you are subscribed to the Google Groups "GRIT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grit-bio+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[akulan@felix GRIT_tutorial]$ /data/akulan/local/bin/run_grit.py --control AdMatedF_Ecl_20days_Heads.control.txt --reference flybase-r5.45.chr4.gtf Process Process-2:
Traceback (most recent call last):
File "/data/akulan/local/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/data/akulan/local/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/data/akulan/local/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "build/bdist.linux-x86_64/egg/grit/lib/logging.py", line 13, in manage_curses_display
curses.curs_set(0)
error: curs_set() returned ERR
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/f_matrix.py:747: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/build_transcripts.py:768: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/build_transcripts.py:322: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/build_transcripts.py:332: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/build_transcripts.py:322: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/build_transcripts.py:332: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
I was able to install and run GRIT on the example files provided with some warnings. I got the output *.gft and *.bed files, but would like to see if the files were complete or incomplete due to the warnings I received.
Could someone who ran GRIT successfully on the example files upload their output files they got from the GRIT example provided?
Thanks for your response Nathan.
Here are the messages:
[akulan@felix GRIT_tutorial]$ /data/akulan/local/bin/run_grit.py --control AdMatedF_Ecl_20days_Heads.control.txt --reference flybase-r5.45.chr4.gtf Process Process-2:
Traceback (most recent call last):
File "/data/akulan/local/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/data/akulan/local/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/data/akulan/local/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "build/bdist.linux-x86_64/egg/grit/lib/logging.py", line 13, in manage_curses_display
curses.curs_set(0)
error: curs_set() returned ERR
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/f_matrix.py:747: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
/data/akulan/local/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/grit/build_transcripts.py:332: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
Thank you for the output files. Is GRIT supposed to give the same answer for multiple runs on the same files?
Upon comparing the log, bed and gtf files there are seems to be several differences between my output files and the files you posted. Here's a summary of differences.
1. My log file skipped 27 regions (listed below) versus your log file which shows only 2 regions as skipped.
2. My bed file had 4104 features and yours had 4107 features. When I compared the start and end positions 2862 were common and the remaining were different.
3. *.rep1.gtf comaparison: My file has 341 features and yours had 950 features. Of which 309 were common.
4. *.rep1.expression comparison: My file had 67 loci and yours had 187 loci and only 54 were present in both.
5. *.rep2.gtf comparison: My file had 329 features and yours had 952 features. Of these 289 were the same.
6. *.rep2.expression comparison: My file had 70 loci and yours had 189 loci and only 52 were common.
The possible cause for these differences could be the threading option (-t option). When I ran GRIT without this option the output files match exactly to yours.