diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 21:41:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 21:42:04 +0200 |
| commit | b274618fbfab2f416c59cb88388ae766cc66deed (patch) | |
| tree | b04104175f133809a09f2da87e64942a7376b7e9 /gen-prime.sh | |
| parent | 297a828c29cb4eff3269e90bd9115bd96aaf8228 (diff) | |
labeling
Diffstat (limited to 'gen-prime.sh')
| -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 |
