diff JunctionDiff-vs-background.sh @ 2:885ba15c2564 draft

Uploaded
author saskia-hiltemann
date Mon, 03 Aug 2015 05:45:16 -0400
parents 1209f18a5a83
children
line wrap: on
line diff
--- a/JunctionDiff-vs-background.sh	Mon Aug 03 05:03:16 2015 -0400
+++ b/JunctionDiff-vs-background.sh	Mon Aug 03 05:45:16 2015 -0400
@@ -20,7 +20,7 @@
 		--scoreThresholdA) 		scoreThresholdA=$2;shift;;  
 		--scoreThresholdB) 		scoreThresholdB=$2;shift;;  
 		--distance) 			distance=$2;shift;;  
-		--minlength) 			minlength=$2;shift;;		
+		--minlength) 			minlength=$2;shift;;  
         -h)        		shift;;
 		--)        		shift;break;;
         -*)        		usage;;