changeset 6:f2d96c2e5407 draft

Uploaded
author jbrayet
date Mon, 04 Jan 2016 05:47:10 -0500
parents 10c7433a68b4
children bc8f639d89db
files makeTSSdist_wrapper.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeTSSdist_wrapper.sh	Fri Dec 18 04:47:31 2015 -0500
+++ b/makeTSSdist_wrapper.sh	Mon Jan 04 05:47:10 2016 -0500
@@ -94,7 +94,7 @@
 
 
 if [ -r $REG ]; then
-  perl $DOCKER_PATHcrossBedWithGenes.pl -g $noIdenticalTranscPath/$GENOME.noIdenticalTransc.txt -f $CHIPFILE -reg $REG -o $OUTPUT.annotated
+  perl $DOCKER_PATH/crossBedWithGenes.pl -g $noIdenticalTranscPath/$GENOME.noIdenticalTransc.txt -f $CHIPFILE -reg $REG -o $OUTPUT.annotated
  else
   perl $DOCKER_PATH/crossBedWithGenes.pl -g $noIdenticalTranscPath/$GENOME.noIdenticalTransc.txt -f $CHIPFILE -o $OUTPUT.annotated
 fi