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