Skip to content

Testing the setup

Charlotte Soneson edited this page Mar 6, 2019 · 16 revisions

If you would like to test the installation of the ARMOR workflow, the repository contains a small example data set. This data set contains paired compressed FASTQ files for four samples from the GSE52778 data set, containing only reads aligning to the first 10M bases of chromosome 1 (in the FASTQ directory). In addition, the directory contains a metadata table with information about the four samples, and a reference directory with two collections of reference files (Gencode v28 and Ensembl v93). The provided config.yaml file is already set up for the example data set and will use conda environments to manage the required software and R. You can test your conda and R configuration immediately by running the workflow on the example data with

snakemake --use-conda.

If you have all the software in your path or you want to use a manually created conda environment + system R installation, run the workflow with

snakemake.

See https://github.com/csoneson/ARMOR/wiki/Managing-software for an explanation of the three different ways to manage the software.

Clone this wiki locally