Browse Source

Script updated

master
Julian M. Kunkel 3 years ago
parent
commit
983bf4ee53
  1. 5
      scripts/analyse-all.sh

5
scripts/analyse-all.sh

@ -1,6 +1,9 @@
#!/bin/bash
# call me from parent directory
for I in job_similarities_*.csv ; do
./plot.R $I > description.txt
./scripts/plot.R $I > description.txt
mkdir $I.out
rm $I.out/*
mv *.png *.pdf description.txt $I.out

Loading…
Cancel
Save