Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
39 lines (26 sloc) 639 Bytes
[reference]
reference_prefix = chr21-GRCh38
[inputs]
#
# List the inputs to process. Each line can either be a pair
# of forward and reverse files, separated by a space:
#
# input1 = forward.fastq.gz reverse.fastq.gz
#
# or a single SRR number. Example:
#
# input2 = DRR046893
#
input1 = ./Test_data/SRR4343300.fastq.gz
[config]
# Memory available to the jobs. This should be roughly 2X the
# size of the reference genome, rounded up whole GB
memory = 8 GB
# process using TopHat2
tophat2 = False
# process using Hisat2
hisat2 = True
# process using Cufflinks
cufflinks = False
# process using StringTie
stringtie = True