fixup broken shell scripts
This commit is contained in:
parent
1f8cfc2403
commit
fa25a30dcf
3 changed files with 24 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
|||
PDB=$1
|
||||
n=$2
|
||||
#cd /home/git/LSHTM_analysis/foldx/test/
|
||||
OUTDIR=$3
|
||||
cd ${OUTDIR}
|
||||
|
||||
cp Matrix_Hbonds_${PDB}_Repair_${n}_PN.fxout Matrix_Hbonds_${PDB}_Repair_${n}_PN.txt
|
||||
sed -n '5,190p' Matrix_Hbonds_${PDB}_Repair_${n}_PN.fxout > Matrix_Hbonds_RR_${PDB}_Repair_${n}_PN.txt
|
||||
sed -n '194,379p' Matrix_Hbonds_${PDB}_Repair_${n}_PN.fxout > Matrix_Hbonds_MM_${PDB}_Repair_${n}_PN.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue