Permalink
Browse files

Update osg-gem.conf.example

Lowered default memory request and removed SRA ID as second input(takes hours to download the input data, user's may not want this for quick test runs)
  • Loading branch information...
1 parent 4ed9117 commit ea8a84679ae9670444cc3b41298c13e29ac617ab @wpoehlm wpoehlm committed on GitHub Dec 5, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 osg-gem.conf.example
View
@@ -17,13 +17,13 @@ reference_prefix = chr21-GRCh38
#
input1 = ./Test_data/TEST_1.fastq.gz ./Test_data/TEST_2.fastq.gz
-input2 = DRR046893
+#input2 = DRR046893
[config]
# Memory available to the jobs. This should be roughly 2X the
# size of the reference genome, rounded up whole GB
-memory = 8 GB
+memory = 4 GB
# process using TopHat2
tophat2 = False

0 comments on commit ea8a846

Please sign in to comment.