Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix tag pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
julieaorjuela committed Feb 22, 2022
1 parent ed69b25 commit d3a4426
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@
NAME = 'culebrONT'
URL = 'https://github.com/SouthGreenPlatform/culebrONT'
CURRENT_PATH = Path(__file__).resolve().parent
VERSION = "2.0.0b3"
VERSION = "2.0.0"

__doc__ = """Today, assembly a genome using long reads from Oxford Nanopore Technologies is really interesting in
particular to solve repeats and structural variants in prokaryotic as well as in eukaryotic genomes. Assemblies are
increasing contiguity and accuracy. The daily increase of data sequences obtained and the fact that more and more
tools are being released or updated every week, many species are having their genomes assembled and that’s is great …
“But which assembly tool could give the best results for your favorite organism?” CulebrONT can help you! CulebrONT
is an open-source, scalable, modular and traceable Snakemake pipeline, able to launch multiple assembly tools in
parallel, giving you the possibility of circularise, polish, and correct assemblies, checking quality. CulebrONT can
help to choose the best assembly between all possibilities. """
__doc__ = """CulebrONT is an open-source, scalable, modular and traceable Snakemake pipeline, able to launch multiple
assembly tools in parallel, giving you the possibility of circularise, polish, and correct assemblies, checking quality.
CulebrONT can help to choose the best assembly between all possibilities. """



Expand Down

0 comments on commit d3a4426

Please sign in to comment.