diff options
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 |
