Install everything dependencies by conda:
conda create -n NEP -c bioconda -c anaconda python=3.6 seqtk flash
Before running the analysis, do:
source activate NEP
- set the env
- Run analysis:
- go into
/script/
folder - set the
PROJECT_PATH
variable innep_pipeline.smk
file accordingly - do:
snakemake --use-conda --cores 4 -s nep_pipeline.smk -j 2
to excute the analysis
- go into
RNAseq_script/make_ref.sh
RNAseq_script/pipeline_align.sh
RNAseq_script/pipeline_count.smk
python RNAseq_script/align2count.py