tangled
alpha
login
or
join now
dekker.one
/
Fourmi
0
fork
atom
A web scraper build to search specific information for a given compound (and its pseudonyms)
0
fork
atom
overview
issues
pulls
pipelines
Merge branch 'develop' into feature/executable
dekker.one
11 years ago
1e5dbd4f
3585f7bd
+1
-1
1 changed file
expand all
collapse all
unified
split
fourmi.py
+1
-1
fourmi.py
···
102
102
103
103
# The start for the Fourmi Command Line interface.
104
104
if __name__ == '__main__':
105
105
-
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.0')
105
105
+
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.1')
106
106
loader = SourceLoader()
107
107
108
108
if arguments["--include"]: