comparison dimorphite_dl.py @ 5:351fbd750a6d draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdkit commit 4d0bfcf37bfbedafc7ff0672dfe452766ca8a606"
author bgruening
date Wed, 17 Feb 2021 13:00:12 +0000
parents 193389d3a5f0
children 4beb3e026bbb
comparison
equal deleted inserted replaced
4:55553120df69 5:351fbd750a6d
1 # flake8: noqa
1 # Copyright 2018 Jacob D. Durrant 2 # Copyright 2018 Jacob D. Durrant
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 5 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 6 # You may obtain a copy of the License at
16 This script identifies and enumerates the possible protonation sites of SMILES 17 This script identifies and enumerates the possible protonation sites of SMILES
17 strings. 18 strings.
18 """ 19 """
19 20
20 from __future__ import print_function 21 from __future__ import print_function
21 import copy
22 import os 22 import os
23 import argparse 23 import argparse
24 import sys 24 import sys
25 25
26 try: 26 try: