run_grit.py --control sam.control.txt --reference /usr/local/scratch/EUK/ccheng/Arabidopsis_thaliana.TAIR10.23.gtf --fasta $TAIR10_fasta/TAIR10_Chr.all.fasta.fa -t 16
# comment line
#sample_type rep_id assay paired stranded read_type filename
SAM rep1 rnaseq false false auto /usr/local/scratch/EUK/ccheng/unique_TopHat/SAM/SRR949956_TopHat.run/accepted_hits.bam
SAM rep2 rnaseq false false auto /usr/local/scratch/EUK/ccheng/unique_TopHat/SAM/SRR949965_TopHat.run/accepted_hits.bam
SAM rep3 rnaseq false false auto /usr/local/scratch/EUK/ccheng/unique_TopHat/SAM/SRR949988_TopHat.run/accepted_hits.bam
SAM rep4 rnaseq false false auto /usr/local/scratch/EUK/ccheng/unique_TopHat/SAM/SRR949989_TopHat.run/accepted_hits.bam
Traceback (most recent call last):
File "/usr/local/bin/run_grit.py", line 5, in <module>
pkg_resources.run_script('GRIT==1.1.3', 'run_grit.py')
File "/usr/local/packages/python/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 505, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/packages/python/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 1245, in run_script
execfile(script_filename, namespace, namespace)
File "/local/packages/python-2.7.3/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/EGG-INFO/scripts/run_grit.py", line 515, in <module>
main()
File "/local/packages/python-2.7.3/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/EGG-INFO/scripts/run_grit.py", line 487, in main
elements = discover_elements(sample_data, args)
File "/local/packages/python-2.7.3/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/EGG-INFO/scripts/run_grit.py", line 442, in discover_elements
sample_data.get_reads(sample_type)
File "/local/packages/python-2.7.3/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/EGG-INFO/scripts/run_grit.py", line 247, in get_reads
rnaseq_reads = self._load_rnaseq_reads(sample_type, rep_id)
File "/local/packages/python-2.7.3/lib/python2.7/site-packages/GRIT-1.1.3-py2.7-linux-x86_64.egg/EGG-INFO/scripts/run_grit.py", line 188, in _load_rnaseq_reads
assert data.paired == 'true', "RNASeq reads must be paired"
AssertionError: RNASeq reads must be paired