How to use?
Does this program need to be installed in the same directory as the unmapped bams that need to be reconditioned? I can't seem to get the program to work. I have python and pysam installed, but the program doesn't run.
wget https://github.com/cbrueffer/tophat-...ive/master.zip
unzip master
set PATH to /home/user/tophat_recondition/tophat-recondition-master
set PATH to /cluster/software/python2.7.6/bin
#Try tophat-recondition
tophat-recondition.py -hv /home/scratch/user/Flowcell1/Raw_PE/sampleID/sampleBAM /home/scratch/user/Flowcell1/Raw_PE/sampleID/
Originally posted by offspring
View Post
wget https://github.com/cbrueffer/tophat-...ive/master.zip
unzip master
set PATH to /home/user/tophat_recondition/tophat-recondition-master
set PATH to /cluster/software/python2.7.6/bin
#Try tophat-recondition
tophat-recondition.py -hv /home/scratch/user/Flowcell1/Raw_PE/sampleID/sampleBAM /home/scratch/user/Flowcell1/Raw_PE/sampleID/
Comment