diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/filecopy.sh | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/filecopy.sh')
| -rw-r--r-- | sourcecodes/filecopy.sh | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sourcecodes/filecopy.sh b/sourcecodes/filecopy.sh index a5616952..fa8560de 100644 --- a/sourcecodes/filecopy.sh +++ b/sourcecodes/filecopy.sh @@ -1,5 +1,7 @@ #!/bin/bash -cd ./data/ +#cd ./data/ +#cd /tmp/bnw/ +cd /var/lib/genenet/bnw/ FILES=$1* for f in $FILES do @@ -21,3 +23,17 @@ temp='ts_upload.txt' rm $2$temp temp='ts_output.txt' rm $2$temp +temp='net_figure_new.txt' +rm $2$temp +temp='parameters_ev.txt' +rm $2$temp +temp='vardata.txt' +rm $2$temp +temp='varname.txt' +rm $2$temp +temp='var.txt' +rm $2$temp +temp='violin_evidence.txt' +rm $2$temp +temp='violin_plotly_evidence.html' +rm $2$temp |
