https://github.com/swuecho/learn_snakemake
https://github.com/swuecho/learn_snakemake
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/swuecho/learn_snakemake
- Owner: swuecho
- Created: 2016-03-28T23:21:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T23:32:56.000Z (about 9 years ago)
- Last Synced: 2025-01-22T15:46:17.994Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snakemake sample project
# many to many
process easy file in an fold and output the result of each file to another folder
all it is easy to parallel by 'snakemake -j 10'# many to one
use multiple files as input and output the result in a single file