Commit 87489247 authored by Christoph Ziegenhain's avatar Christoph Ziegenhain
Browse files

prevent additional chunk

parent c1a9113d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ function splitfq() {
	project=$6

  n=`expr $nreads / $nthreads`
	n=`expr $n + 1`
	nl=`expr $n \* 4`
  pref=`basename $fqfile`
  d=`dirname $fqfile`