Skip to content

Commit 6f84a03

Browse files
committed
updated website links reflecting move to github
1 parent 1f36f6f commit 6f84a03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

galaxy/ngsplot_intro/intro.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020

2121
To use ngs.plot here on this GUI-based Galaxy implementation, first upload your alignment BAM file(s) using the *Get Data* -> **Upload File** tool on top of the left panel of this page. The names of your uploaded file(s) will then be displayed on the right panel. Next, select the *NGS.PLOT V2.47.1* -> **ngs.plot** tool on the left panel and all other input information required from you will be displayed as a form on the main central panel. Complete the form then click the *Execute* button to launch the program. Three output files (a profile chart, a heatmap, and a zipped data file) will be generated and displayed on the right panel, which you can click on to view. To further replot the figures into a format that you desire, use the *NGS.PLOT V2.47.1* -> **replot** tool with it's input file being the zip file previously generated by 'ngs.plot'.
2222

23-
For a more detailed explanation of how to run ngs.plot on Galaxy, please see the tutorial at https://code.google.com/p/ngsplot/wiki/webngsplot.
2423

25-
(Note: installation of this Galaxy implementation of ngs.plot directly from the Galaxy Toolshed requires ngs.plot v2.47.1 to be already installed on your system. For instructions on the system installation of ngs.plot, please see https://code.google.com/p/ngsplot/.)
24+
(Note: installation of this Galaxy implementation of ngs.plot directly from the Galaxy Toolshed requires ngs.plot v2.47.1 to be already installed on your system. For instructions on the system installation of ngs.plot, please see https://github.com/shenlab-sinai/ngsplot.)
2625

2726
-----
2827

@@ -32,7 +31,7 @@ ngs.plot is a program that allows you to easily visualize your next-generation s
3231

3332
DNA sequencing is at the core of genomics. The NGS technology has been tremendously improved in the past few years. It can now determine more than a billion DNA sequences within a week, generating terabytes of data. Applications include but are not limited to: 1. ChIP-seq which profiles genome-wide protein-DNA interactions; 2. RNA-seq which measures the gene expression levels. It is very helpful to look at the enrichment of those sequences at various functional regions. Although a genome browser (such as the UCSC genome browser) allows a researcher to visualize these data, it limits the view to a slice of the genome. While the genome is like a huge collection of functional elements that can be classified into different categories. Each category of elements may perform distinct functions and they might further contain modules.
3433

35-
The signature advantage of ngs.plot is that it collects a large database of functional elements for many genomes. A user can ask for a functionally important region to be displayed in one command. It handles large sequencing data efficiently and has only modest memory requirement. For example, ngs.plot was used to draw a plot for all the genes on the mouse genome from 71GB of ChIP-seq data in 25 min, with a memory footprint of 2.7GB using 4 x 2.4GHz CPU cores. ngs.plot is also easy to use. A user only needs to create a very small text file called configuration, telling the program which samples to look at and how they should be combined with different regions, and then run the program with one command. This Galaxy web-based version of ngs.plot is also available for users not familiar with command-line programs. For additional program details, please refer to our project homepage at https://code.google.com/p/ngsplot or to the publication cited below.
34+
The signature advantage of ngs.plot is that it collects a large database of functional elements for many genomes. A user can ask for a functionally important region to be displayed in one command. It handles large sequencing data efficiently and has only modest memory requirement. For example, ngs.plot was used to draw a plot for all the genes on the mouse genome from 71GB of ChIP-seq data in 25 min, with a memory footprint of 2.7GB using 4 x 2.4GHz CPU cores. ngs.plot is also easy to use. A user only needs to create a very small text file called configuration, telling the program which samples to look at and how they should be combined with different regions, and then run the program with one command. This Galaxy web-based version of ngs.plot is also available for users not familiar with command-line programs. For additional program details, please refer to our project homepage at https://github.com/shenlab-sinai/ngsplot or to the publication cited below.
3635

3736
-----
3837

0 commit comments

Comments
 (0)