Skip to content

Commit

Permalink
Small correction to hdock_to_PDBePISA_conversion commented on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Vieira committed Apr 6, 2024
1 parent 7a1ebe5 commit 3e7ca63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/current.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.1
0.22.2
1 change: 1 addition & 0 deletions utilities/scripts/hdock_to_PDBePISA_conversion
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ TMP_WORKING_DIR=$(mktemp -d /tmp/hdock_to_PDBePISA_conversion.XXXXXXX)
cd ${TMP_WORKING_DIR}

tail -n +8 ${INPUT} > tmp1
sed -i 's/ $//g' tmp1 ## sometimes hdock produces files with a blank space before the end of line
head -n -2 tmp1 > tmp2 && rm tmp1
csplit -z tmp2 /TER/ '{*}' 1> /dev/null && rm tmp2 && mv xx00 tmp3a
tail -n +3 xx01 > tmp3b && rm xx01
Expand Down

0 comments on commit 3e7ca63

Please sign in to comment.