Python
import os
import csv
import argparse
from Bio import Entrez
from Bio import SeqIO
R
library(sleuth)
library(dplyr)
- Kallisto
- Sleuth
- Bowtie2
- SPAdes
- Manual: Link
- Installation: Click '2. Installation' in manual link above
- Blast+
-
To run pipeline from your command line, clone this repository to your workspace.
git clone https://github.com/annie-novak9/miniProject.git -
Then you need to manually change your directory into the miniProject directory you just cloned using this command:
cd ~/miniProject -
When running script in command line, the pipeline script takes one required argument 'dataset'. The options are either 'full' (in order to test the full set of input reads) or 'test' (which only runs the reduced input read files and runs in about 5 minutes).
Example to run full set:
python3 pipeline.py fullExample to run test set:
python3 pipeline.py test -
When running full set, all outputs will be written to the miniProject_Annie_Novak folder.
-
When running test set, all outputs will be written to the test_outputs folder.