git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@98087 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,7 @@ |
1 | 1 |
Package: gmapR |
2 | 2 |
Maintainer: Michael Lawrence <lawrence.michael@gene.com> |
3 | 3 |
License: Artistic-2.0 |
4 |
-Title: Provides convenience methods to work with GMAP and GSNAP from |
|
5 |
- within R |
|
4 |
+Title: An R interface to the GMAP/GSNAP/GSTRUCT suite |
|
6 | 5 |
Type: Package |
7 | 6 |
Author: Cory Barr, Thomas Wu, Michael Lawrence |
8 | 7 |
Description: GSNAP and GMAP are a pair of tools to align short-read |
... | ... |
@@ -10,7 +9,7 @@ Description: GSNAP and GMAP are a pair of tools to align short-read |
10 | 9 |
methods to work with GMAP and GSNAP from within R. In addition, |
11 | 10 |
it provides methods to tally alignment results on a |
12 | 11 |
per-nucleotide basis using the bam_tally tool. |
13 |
-Version: 1.9.0 |
|
12 |
+Version: 1.9.1 |
|
14 | 13 |
Depends: R (>= 2.15.0), methods, GenomeInfoDb (>= 1.1.3), |
15 | 14 |
GenomicRanges (>= 1.17.12) |
16 | 15 |
Imports: S4Vectors, IRanges, Rsamtools (>= 1.17.8), rtracklayer (>= 1.25.5), |
... | ... |
@@ -107,7 +107,7 @@ flyGG <- GmapGenome(genome = "dm3", |
107 | 107 |
directory = path.expand("/usr/share/gmap")) |
108 | 108 |
|
109 | 109 |
##create a GmapGenome from a FASTA file |
110 |
-fa <- system.file("extdata/hg19.MT.fasta", package="gmapR") |
|
110 |
+fa <- system.file("extdata/hg19.p53.fasta", package="gmapR") |
|
111 | 111 |
fastaFile <- rtracklayer::FastaFile(fa) |
112 | 112 |
gmapGenome <- GmapGenome(fastaFile, create=TRUE) |
113 | 113 |
} |