diff --git a/README.md b/README.md index bb3aa3d..56fcf47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# pipeline +# MetaPCbin -MetaGSC pipeline flow that takes a user given sequence and outputs the plasmid probability. +MetaPCbinflow that takes a user given sequence and outputs the plasmid probability. ## Configuration diff --git a/setup.cfg b/setup.cfg index bd878af..0374942 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = pipeline #TODO: change the module name +name = MetaPCbin version = 0.1.6 author = Chamika Nandasiri, Sasindu Alahakoon, Gayal Dassanayake author_email = chamikanandasiri97@gmail.com, dilsharasasindu@gmail.com, g.c.dassanayake@gmail.com @@ -7,9 +7,9 @@ description = MetaGSC plasmid/chromosome predictor for metagenomic assemblies. long_description = file: README.md keywords = bioinformatics, plasmid, chromosome, metagenomic long_description_content_type = text/markdown -url = https://github.com/MetaGSC/pipeline +url = https://github.com/MetaGSC/MetaPCbin project_urls = - Bug Tracker = https://github.com/MetaGSC/pipeline/issues + Bug Tracker = https://github.com/MetaGSC/MetaPCbin/issues classifiers = Operating System :: POSIX :: Linux Development Status :: 2 - Pre-Alpha @@ -37,4 +37,4 @@ python_requires = >=3.6 [options.entry_points] console_scripts = - pipeline = pipeline.pipeline:main # change the command name to the module name + metapcbin = pipeline.pipeline:main