# HG changeset patch # User jbrayet # Date 1451904430 18000 # Node ID f2d96c2e5407cc2a3f7b13f0c5001d4302b6ef33 # Parent 10c7433a68b438d8c9e63dd86ca04319c75ff437 Uploaded diff -r 10c7433a68b4 -r f2d96c2e5407 makeTSSdist_wrapper.sh --- 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