AWS 활용 튜토리얼
AWS ParallelCluster
AWS ParallelCluster
  • AWS ParallelCluster
  • 키페어 생성
  • Cloud9 환경 만들기
  • v3
    • 구축
      • ParallelCluster 란?
      • Cluster 구축
      • Cluster 업데이트
      • Cluster 설정 관련 팁
    • 사용
      • 준비하기
      • Snakemake 설치
      • Snakemake 사용
        • 예제1
        • 예제2
        • 예제3
    • 기타
      • FAQ
      • Slurm
Powered by GitBook
On this page
  1. v3
  2. 사용
  3. Snakemake 사용

예제3

본 문서는 현재 테스트 중입니다. 참고로 봐주세요.

다음과 같이 rnaseq 분석 파이프라인을 수행할 수 있습니다.

cd /shared
git clone https://github.com/cbrueffer/snakemake-aws-parallelcluster-slurm.git
git clone https://github.com/snakemake-workflows/rna-seq-star-deseq2.git

cp -r snakemake-aws-parallelcluster-slurm/aws-parallelcluster-slurm/ rna-seq-star-deseq2/profiles/aws-parallelcluster-slurm

vi profiles/aws-parallelcluster-slurm/config.yaml
*# partition*: compute-small -> *queue partition name*
*# tmpdir*: /scratch -> /tmp

cd /shared/rna-seq-star-deseq2/
cp .test/config/* config/
cp -r .test/ngs-test-data/  .

snakemake -np
snakemake --profile profiles/aws-parallelcluster-slurm
Previous예제2Next기타

Last updated 2 years ago