minor changes
[htsworkflow.git] / htswfrontend / htswfrontend / exp_track / exptrack.py
index 6486b5c5f0bbbe1017d7a48f2a355f176c6527ba..2105d457ae6070678c8d24e0974af50939aaf86f 100755 (executable)
@@ -82,7 +82,7 @@ def generateConfile(request,fcid):
     #if not granted: return HttpResponse("access denied.")
 
     cnfgfile = 'READ_LENGTH 25\n'
-    cnfgfile += 'ANALYSIS eland\n'
+    cnfgfile += 'ANALYSIS eland_extended\n'
     cnfgfile += 'GENOME_FILE all_chr.fa\n'
     cnfgfile += 'ELAND_MULTIPLE_INSTANCES 8\n'
     genome_dir = 'GENOME_DIR /Volumes/Genomes/'