Skip to content

Commit ce88888

Browse files
committed
Adding robustness
1 parent ae7d701 commit ce88888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/vfvs_pp_extract_best_poses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ while IFS= read -r line; do
4848
zinc_id="${array[1]}"
4949
minindex="${array[3]}"
5050
echo "Extracting $tranch, $collection_id, $zinc_id, $minindex"
51-
cp $2/${tranch}/${collection_id}/${zinc_id}/replica-${minindex}/${zinc_id}.rank-1.pdb $3/${index}_${zinc_id}.pdb
51+
cp $2/${tranch}/${collection_id}/${zinc_id}/replica-${minindex}/${zinc_id}.rank-1.pdb $3/${index}_${zinc_id}.pdb || true
5252
echo
5353
done < $1

0 commit comments

Comments
 (0)