This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
########################################################## | |
#requires snakemake, python3, pyfasta to be installed | |
#save this file and provide all the binaries and their path | |
#in variables below. | |
#to run flux pipeline: | |
#snakemake run_flux_pipeline | |
#to run rsem pipeline: | |
#snakemake run_rsem_pipeline |
NewerOlder