Add comment on stdout when launching Tredparse

parent 18a31ff2
...@@ -49,7 +49,7 @@ TREDPARSE="/work/gad/shared/bin/tredparse/Tredparse-20190901" ...@@ -49,7 +49,7 @@ TREDPARSE="/work/gad/shared/bin/tredparse/Tredparse-20190901"
. "$TREDPARSE/bin/activate" . "$TREDPARSE/bin/activate"
# Launch script command and check exit code # Launch script command and check exit code
echo "command : FIXME" echo "command : "$TREDPARSE/bin/tred.py" "$INPUTFILE" --workdir "$OUTPUTDIR" --ref hg19"
"$TREDPARSE/bin/tred.py" "$INPUTFILE" --workdir "$OUTPUTDIR" --ref hg19 "$TREDPARSE/bin/tred.py" "$INPUTFILE" --workdir "$OUTPUTDIR" --ref hg19
tredparse_exitcode=$? tredparse_exitcode=$?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment