Test data for running snakePipes : WGBS workflow
收藏资源简介:
<strong>Test files for running snakePipes workflows</strong> <strong>snakePipes</strong> are pipelines built using snakemake and python for the analysis of epigenomic datasets. Please refer to this link for further information on snakePipes. This folder contains test files that can be used to run the WGBS workflow under snakePipes. To test the workflow, follow the following steps : Download or prepare genome fasta, indices and annotations for the mouse (<strong>GRCm38</strong>) genome. Download and install snakePipes via `conda create -n snakePipes -c mpi-ie -c bioconda -c conda-forge snakePipes` Update Genome configuration file with path to indices and annotations. Move to this repository and run the example <strong>command.sh</strong>
**用于运行snakePipes工作流的测试文件** **snakePipes** 是基于Snakemake与Python构建的表观基因组数据集分析工作流。如需了解snakePipes的更多详情,请参阅该链接。本文件夹包含可用于在snakePipes环境下运行全基因组亚硫酸氢盐测序(Whole Genome Bisulfite Sequencing, WGBS)工作流的测试文件。若要测试该工作流,请按照以下步骤操作: 1. 下载或准备小鼠(GRCm38)基因组的FASTA格式序列文件、索引文件及注释信息; 2. 通过以下命令下载并安装snakePipes:`conda create -n snakePipes -c mpi-ie -c bioconda -c conda-forge snakePipes`; 3. 更新基因组配置文件,填入索引文件与注释信息的路径; 4. 切换至本仓库目录,运行示例脚本**command.sh**



