Skip to content

Commit

Permalink
fixed runRedundans script
Browse files Browse the repository at this point in the history
  • Loading branch information
aseetharam committed Oct 8, 2017
1 parent ba389de commit 5d67074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runRedundans.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ genome="$1"
shift
fastq="$@"
out="${genome%.*}_redundans_output"
mkdir -p ${out}
#mkdir -p ${out}
# doesn't like if you already make a output folder

redundans.py \
-v \
Expand Down

0 comments on commit 5d67074

Please sign in to comment.