hoffmangroup / segway

Application for semi-automated genomic annotation.
http://segway.hoffmanlab.org/
GNU General Public License v2.0
13 stars 7 forks source link

Touchstone exists for simplereverse but is never checked #131

Open EricR86 opened 5 years ago

EricR86 commented 5 years ago

Original report (BitBucket issue) by Rachel Chan (Bitbucket: rcwchan).


In the test case simplereverse, a touchstone directory exists but it seems the last time it was updated was 2012 and is not actually part of the current test suite.

Specifically, in the simplereverse run.sh script, there is only the command to run train/identify for segway. The program does not to enter the run directory and compare with the touchstone afterwards:

#!python

...

# seed from python -c "import random; print random.randrange(2**32)"
SEGWAY_RAND_SEED=4014068903 segway "$cluster_arg" \
    --include-coords="../include-coords.bed" \
    --track=testtrack1A,testtrack1B --track=testtrack2A,testtrack2B \
    --num-labels=4 --reverse-world=1 \
    train "../simpleconcat.genomedata" traindir

segway "$cluster_arg" --include-coords="../include-coords.bed" \
    identify "../simpleconcat.genomedata" traindir identifydir