Skip to content

Commit

Permalink
Merge pull request #6 from MetaGSC/rename-package
Browse files Browse the repository at this point in the history
Rename the tool to MetaPCbin
  • Loading branch information
gayaldassanayake authored Dec 1, 2021
2 parents fa6577a + cf25438 commit 1d15505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
<!-- Add more details to explain the tool and its process -->

## Configuration
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[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
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
Expand Down Expand Up @@ -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

0 comments on commit 1d15505

Please sign in to comment.