Snakemake
#
Find similar titles
- (rev. 4)
- Hyungyong Kim
Structured data
- About
- Pipeline for Bioinformatics
- Programming Language
- Python
- URL
- https://snakemake.readthedocs.io/en/stable/
The Snakemake workflow management system is a tool to create reproducible and scalable data analyses. Workflows are described via a human readable, Python based language.
GNU make와 유사한 파이프라인 프레임워크. Python 문법을 확장하여 구성됨.
Table of Contents
팁 #
명령어 사용방법 #
스크립트에 문제가 없나 테스트
$ snakemake -n
전체 프로세스를 DAG로 가시화
$ snakemake --forceall --dag | dot -Tpdf > dag.pdf
10개의 job을 동시에 수행 (개별 rule에 threads 변수가 있는 경우, 그만큼 점유)
$ snakemake --cores 10
관련정보 #
Incoming Links #
Related Medical Scholarly Articles (MedicalScholarlyArticle 0) #
- VIPER: Visualization Pipeline for RNA-seq, a Snakemake workflow for efficient and complete RNA-seq analysis
- hppRNA-a Snakemake-based handy parameter-free pipeline for RNA-Seq analysis of numerous samples
Codes Written (Code 1) #
Related Articles (Article 2) #
Suggested Pages #
- 0.075 Bpipe
- 0.025 Programming language
- 0.025 Multiple inheritance
- 0.025 GATK
- 0.025
- 0.025 January 18
- 0.025 Wiki
- 0.025 Bayesian network
- 0.025 May 30
- 0.025 TinyDB
- More suggestions...