snakepipes | Customizable workflows based on snakemake and python | Genomics library
kandi X-RAY | snakepipes Summary
kandi X-RAY | snakepipes Summary
Customizable workflows based on snakemake and python for the analysis of NGS data
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Common yaml logs
- Load configuration file
- Remove unwanted keys from a dictionary
- Merge two dictionaries
- Write configuration to config file
- Main entry point
- Lists all available genomes
- Runs snakemake and clean up the output
- Send an email to the pipe
- Check for common arguments
- Checks if the sample info file is present
- Predict chip dictionary based on input pattern
- Extract sample names from input files
- Parse args and defaults
- Loads the genome data
- Set defaults and global defaults
- Print DAG
snakepipes Key Features
snakepipes Examples and Code Snippets
Community Discussions
Trending Discussions on snakepipes
QUESTION
I downloaded a conda package from github to bring a few modifications and would like to build this local package in a conda environment and test my changes. The problem is that the building of the recipe fails because conda has a conda.exceptions.ResolvePackageNotFound
error stating that it does not detect 2 packages, snakemake
and fuzzywuzzy
.
Here is the meta.yaml file:
...ANSWER
Answered 2019-Jun-06 at 16:25The problem is that you need to add conda channels that have the appropriate packages. You can search at https://anaconda.org for channels that have the packages you need.
In this case, it seems like bioconda has the snakemake
package and conda-forge has fuzzywuzzy
so you should be able to do
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install snakepipes
You can use snakepipes like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page