QuagmiR on Biowulf - Gu-Lab-RBL-NCI/QuagmiR GitHub Wiki
Install QuagmiR on Biowulf
Use ssh biowulf.nih.gov to connect from the terminal command line to Biowulf
Installation of QuagmiR on Biowulf
- a. Download repository
git clone https://github.com/Gu-Lab-RBL-NCI/QuagmiR - b. Go to the repository
cd QuagmiR/ - c. Activate Anaconda Module
module load Anaconda - d. Activate environment dependencies
conda env create -f environment.yml
Pre-run a QuagmiR job on Biowulf
- Load fastq file on the data folder
- Load/edit your
motif-consensus.fafile - (Optional) Edit the
config.yamlfile if necessary
Run a QuagmiR job on Biowulf
- Activate and interactive job module
sinteractive --mem=20g --cpus-per-task=4Wait for few minutes to get the resources - Activate Anaconda Module
module load Anaconda - Activate QuagmiR
source activate quagmir - Unlock snakemake
snakemake --unlock - Run snakemake
snakemake - Once the job is done you can leave the interactive module with
exit