Skip to content

Commit

Permalink
Modified run line to accomodate for new file name
Browse files Browse the repository at this point in the history
  • Loading branch information
aomdahl committed May 4, 2018
1 parent 13c18dc commit 13dd756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Validation_scripts/motif_comparison.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ for d in ./* ; do
echo $d
sed -i '/^$/d' ./*filtered_for_comparison.motif
sed -i '/^$/d' ./*_ref.motif
compareMotifs.pl ./*filtered_for_comparison.motif ./ -known ./*_ref.motif -reduceThresh 0.9
#compareMotifs.pl ./*filtered_for_comparison.motif ./ -known ./*_ref.motif -reduceThresh 0.9
compareMotifs.pl ./*_all_filtered_for_comparison.motif ./ -known ./*_ref.motif -reduceThresh 0.9
cd ../
fi
done

0 comments on commit 13dd756

Please sign in to comment.