Skip to content
/ amnatate Public

Draft genome completeness assessment using hash based approach

License

Notifications You must be signed in to change notification settings

bcgsc/amnatate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amnatate

Description

Asses draft genome completeness using a hash based approach.

Credits

Concept: Johnathan Wong and Rene L. Warren

Design and implementation: Johnathan Wong

Installing from source code:

Github repository main branch

 git clone https://github.com/bcgsc/amnatate.git
 cd amnatate
 meson --prefix /path/to/install build
 cd build
 ninja install

Dependencies

Installing Dependencies with Conda

We recommend creating a fresh environment

conda create --name amnatate

Installing the dependencies

conda install -c conda-forge -c bioconda --file requirements.txt

License

amnatate Copyright (c) 2022 British Columbia Cancer Agency Branch. All rights reserved.

amnatate is released under the GNU General Public License v3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

For commercial licensing options, please contact Patrick Rebstein (prebstein@bccancer.bc.ca).

About

Draft genome completeness assessment using hash based approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published