Skip to content
Snippets Groups Projects
Commit 2a8323de authored by tcarver's avatar tcarver
Browse files

update

parent 79a22e3a
No related branches found
No related tags found
No related merge requests found
Version XX
Add support for indexed user graphs using tabix. For example file.plot is a tab
delimited file with column 1 containing the sequence name and column 2 the
positions:
(grep ^"#" file.plot; grep -v ^"#" file.plot | sort -k1,1 -k2,2n) | bgzip > sorted.plot.gz ;
tabix -s 1 -b 2 -e 2 sorted.plot.gz
Option added to show or hide the average line in the graphs.
BAM coverage heatmap view added.
Add Rfam sequence search from the RUN menu.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment