Skip to content

Commit

Permalink
molenc.sh: some more user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
UnixJunkie committed Jun 25, 2019
1 parent 80e2eb1 commit 7b3805f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/molenc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ tmp_enc=$tmp'_std.enc'
which standardiser 2>&1 > /dev/null || \
echo 'ERROR: type: pip3 install chemo-standardizer'

echo standardizing molecules...
(standardiser -i $input -o $tmp_smi 2>&1) > $std_log
echo typing atoms...
molenc_type_atoms.py $tmp_smi > $tmp_types
echo encoding molecules...
molenc_e -i $tmp_types -r 0:1 -o $tmp_enc
molenc_d -i $tmp_enc -o $output

Expand Down

0 comments on commit 7b3805f

Please sign in to comment.