This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversipy.yaml
44 lines (44 loc) · 1.79 KB
/
versipy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
version:
major: 0
minor: 2
micro: 6
a: null
b: null
rc: null
post: null
dev: null
managed_values:
__package_name__: pycoSnake
__package_description__: pycoSnake is a neatly wrapped collection of snakemake workflows
for analysing Illumina and nanopore sequencing datasets. It is easy to install
with conda and simple to run on a local computer or in a cluster environment
__package_url__: https://github.com/a-slide/pycoSnake
__author_name__: Adrien Leger
__author_email__: aleg@ebi.ac.uk
__author_url__: https://adrienleger.com
__package_licence__: MIT
__minimal_python__: '>=3.6'
__entry_point1__: pycoSnake=pycoSnake.__main__:main
__dependency_1_pypi__: snakemake
__dependency_1_conda__: snakemake-minimal
__dependency_2__: pandas
__dependency_3__: ftputil
__classifiers_1__: 'Development Status :: 3 - Alpha'
__classifiers_2__: 'Intended Audience :: Science/Research'
__classifiers_3__: 'Topic :: Scientific/Engineering :: Bio-Informatics'
__classifiers_4__: 'License :: OSI Approved :: MIT License'
__classifiers_5__: 'Programming Language :: Python :: 3'
__citation__: 'Adrien Leger. a-slide/pycoSnake: (2020). doi:10.5281/zenodo.4110611'
__DNA_ONT_pipeline_version__: '0.4'
__RNA_illumina_pipeline_version__: 0.2.dev
__test_wrappers_pipeline_version__: '0.4'
__DNA_ONT_pipeline_description__: Workflow for DNA analysis of Nanopore data including,
alignment, methylation calling and SV calling
__RNA_illumina_pipeline_description__: Workflow for RNA analysis of Illumina data
including, alignment and gene abundance estimation
__test_wrappers_pipeline_description__: Test Nanosnake wrappers
managed_files:
.versipy/setup.py: setup.py
.versipy/meta.yaml: meta.yaml
.versipy/__init__.py: pycoSnake/__init__.py
.versipy/README.md: README.md