diff options
| -rwxr-xr-x | gen-prime.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-prime.sh b/gen-prime.sh index e64a156..6f5e3d6 100755 --- a/gen-prime.sh +++ b/gen-prime.sh @@ -29,7 +29,7 @@ function gen_prime () { --recursive $recursive \ --resume True - tag="${primer}_${sample_length}" + tag="${primer}" # _${sample_length}" if [ "$primer_a" != "0" ] then @@ -43,7 +43,7 @@ function gen_prime () { then tag="${tag}_recursive" fi - + tag="${tag}_longsubsequence" echo "__________________" echo ">> saving $exp_name - $tag" ./latest.pl -n $tag -l $exp_name |
