nextflow

계산 파이프라인 실행. 주로 생물정보학 워크플로우에 사용됩니다. 더 많은 정보: https://www.nextflow.io.

nextflow run {{main.nf}} -resume

nextflow run {{사용자/저장소}} -revision {{릴리스_태그}}

nextflow run {{워크플로우}} -work-dir {{경로/대상/폴더}} -with-report {{보고서.html}}

nextflow log

nextflow clean -force {{실행_이름}}

nextflow list

nextflow pull {{사용자/저장소}} -hub bitbucket

nextflow self-update