From bc1303458165894c1876cd7bc6002d15f7bcc65e Mon Sep 17 00:00:00 2001 From: "Michael T. Wolfinger" Date: Wed, 11 Feb 2015 17:40:25 +0100 Subject: [PATCH] minor changes --- scripts/Tutorial_pipeline02.pl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/Tutorial_pipeline02.pl b/scripts/Tutorial_pipeline02.pl index e1b3d35..ea0e2fd 100755 --- a/scripts/Tutorial_pipeline02.pl +++ b/scripts/Tutorial_pipeline02.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Last changed Time-stamp: <2015-02-10 15:58:26 fall> +# Last changed Time-stamp: <2015-02-11 17:40:08 mtw> # AUTHOR: Joerg Fallmann ############### @@ -57,11 +57,12 @@ =head1 DESCRIPTION We start from a file containing ENSEMBL annotation information for human protein-coding genes, which have a read pileup of at least 1001 -reads in an ENCODE dataset mapped with F. We are insterested +reads in an ENCODE dataset mapped with F. We are interested in visualizing those genes together with a 50nt region upstream of the -gene start. As such, will go through the individual steps required for +gene start. We will go through the individual steps required for preparation of the files for subsequent UCSC Track Hub visualization -covered by L . +covered by +L. =head2 PREREQUITES