Skip to content

Commit

Permalink
Made keep_small_uniques the default in unique anchor filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaNattestad committed May 26, 2016
1 parent d349c08 commit c1e7221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assemblytics
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo "${OUTPUT_PREFIX##*/}"
echo "STARTING,DONE,Starting unique anchor filtering."

>&2 echo "1. Filter delta file"
Assemblytics_uniq_anchor.py --delta $DELTA --unique-length $UNIQUE_LENGTH --out $OUTPUT_PREFIX
Assemblytics_uniq_anchor.py --delta $DELTA --unique-length $UNIQUE_LENGTH --keep-small-uniques --out $OUTPUT_PREFIX
if [ -e $OUTPUT_PREFIX.Assemblytics.unique_length_filtered_l$UNIQUE_LENGTH.delta.gz ];
then
echo "UNIQFILTER,DONE,Step 1: Assemblytics_uniq_anchor.py completed successfully. Now finding variants between alignments."
Expand Down
2 changes: 1 addition & 1 deletion Assemblytics_Nchart.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for (to_png in c(TRUE,FALSE)) {
geom_point(data=both.plot,size=2,alpha=0.5) +
labs(x = paste("NG(x)% where 100% = ",bp_format(genome.length), sep=""),y="Sequence length",colour="Assembly",title="Cumulative sequence length") +
scale_color_manual(values=colors) +
annotation_logticks(sides="lr")
annotation_logticks(sides="lr",color="black")
)
} else {
# To make bacterial genomes at least show a dot instead of an error because
Expand Down

0 comments on commit c1e7221

Please sign in to comment.