Hi,
I am trying to run a protocol from a paper in nature, and I am stuck with this step: The commands parameters are as described in the paper, but I get an error msg "Error: Could not find or load main class net.sf.picard.sam.SortSam"
anyone have any idea what I am doing wrong?
java -Xmx2048m -XX:+UseParallelOldGC -XX:ParallelGCThreads=4 -XX:GCTimeLimit=50 -XX:GCHeapFreeLimit=10 -Djava.io.tmpdir=/nadata/users/me/ -cp /nadata/software/GATK_3.6/GenomeAnalysisTK.jar net.sf.picard.sam.SortSam INPUT=/nadata/users/me/B_RBFOX2_R1.fastq.adaptorTrim_round2_rmRep_reDup.bam TMP_DIR=/nadata/users/me/ OUTPUT=/nadata/users/mor/ECLIP/RBFOX2/B_RBFOX2_R1.fastq.adaptorTrim_round2_rmRep_reDup_sorted.bam VALIDATION_STRINGENCY=SILENT SO=coordinate CREATE_INDEX=true
Error: Could not find or load main class net.sf.picard.sam.SortSam
Thanks!
It would be helpful if you also post the link to the paper and in which section it is described. (BTW, it is just a typo here right?
ava
insetad ofjava
)yeah, that was a typo... it is taken from this paper: Robust transcriptome-wide discovery of RNA-binding protein binding sites with enhanced CLIP (eCLIP) http://www.nature.com/nmeth/journal/v13/n6/full/nmeth.3810.html from Nature