Mercurial > repos > bgruening > confab
annotate readme @ 22:70b28a917515 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
author | bgruening |
---|---|
date | Sun, 01 Nov 2015 10:31:25 -0500 |
parents | |
children |
rev | line source |
---|---|
22
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
1 OSRA: Optical Structure Recognition Application |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
2 |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
3 OSRA is a utility designed to convert graphical representations of chemical |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
4 structures, as they appear in journal articles, patent documents, textbooks, |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
5 trade magazines etc., into SMILES (Simplified Molecular Input Line Entry |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
6 Specification - see http://en.wikipedia.org/wiki/SMILES) or |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
7 SD files - a computer recognizable molecular structure format. |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
8 OSRA can read a document in any of the over 90 graphical formats parseable by |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
9 ImageMagick - including GIF, JPEG, PNG, TIFF, PDF, PS etc., and generate |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
10 the SMILES or SDF representation of the molecular structure images encountered |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
11 within that document. |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
12 |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
13 Note that any software designed for optical recognition is unlikely to be |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
14 perfect, and the output produced might, and probably will, contain errors, |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
15 so curation by a human knowledgeable in chemical structures is highly recommended. |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
16 |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
17 http://cactus.nci.nih.gov/osra/ |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
18 |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
19 The wrapper comes with an automatic installation of all dependencies through the |
70b28a917515
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
20 galaxy toolshed. |