We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7d701 commit ce88888Copy full SHA for ce88888
1 file changed
bin/vfvs_pp_extract_best_poses.sh
@@ -48,6 +48,6 @@ while IFS= read -r line; do
48
zinc_id="${array[1]}"
49
minindex="${array[3]}"
50
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
+ cp $2/${tranch}/${collection_id}/${zinc_id}/replica-${minindex}/${zinc_id}.rank-1.pdb $3/${index}_${zinc_id}.pdb || true
52
echo
53
done < $1
0 commit comments