Skip to content

Commit

Permalink
small UX changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blex-max committed May 16, 2022
1 parent 12b2df4 commit 8b41f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipe_one.trace_its.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ for file in "$trace_dir"/*"$r_tag".* ; do
# grab matching file
ffile=("$trace_dir"/"$code"*"$f_tag".*)

# assemble - -t 2 best trimming so far in terms of result. -qurs tbc -q 100 -u 500 -r 100 -s 500. -qurs equal is appealing... getting the right -p might be valuable
# assemble
if
./tracy/tracy consensus \
-o "$out_dir"/assembly/"$code"_cons \
Expand Down Expand Up @@ -126,7 +126,7 @@ if [ "$trac_count" -eq 0 ] ; then
exit 1
fi

echo ""${trac_count}"/"${ftot}" assembled, "${fail_count}" failures - check logs for failure details"
echo ""${trac_count}"/"${ftot}" assembled, "${fail_count}" failures - check logs for any failure details"

# STDOUT and STDERR logged
# no trimming performed with -qurs
Expand Down

0 comments on commit 8b41f21

Please sign in to comment.