Skip to content

Commit

Permalink
Update BiocVersion to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-agostinho committed May 19, 2018
1 parent 45b0435 commit cd283a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/extdata/metadata.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"Title","Description","Species","RDataPath","TaxonomyId","Genome","Maintainer","RDataClass","DispatchClass","SourceUrl","SourceType","SourceVersion","DataProvider","BiocVersion","Coordinate_1_based","ResourceName","Tags"
"Alternative Splicing Annotation for Homo sapiens (Human)","List of data frames containing alternative splicing events per event type. Each splicing event is characterised by its chromosome, strand, splice junctions coordinates relevant to the type of event and associated gene.","Homo sapiens","alternativeSplicingEvents.hg38/alternativeSplicingEvents.hg38_V2.rda",9606,"hg38","Nuno Agostinho <nunodanielagostinho@gmail.com>","list","Rda","https://miso.readthedocs.io/en/fastmiso/annotation.html, http://rnaseq-mats.sourceforge.net/user_guide.htm, https://bitbucket.org/regulatorygenomicsupf/suppa, http://vastdb.crg.eu/libs/","GFF",NA,"MISO, VAST-TOOLS, UCSC",3.6,TRUE,"alternativeSplicingEvents.hg38_V2.rda","Human, Alternative, Splicing, Events, Annotation, hg38"
"Alternative Splicing Annotation for Homo sapiens (Human)","List of data frames containing alternative splicing events per event type. Each splicing event is characterised by its chromosome, strand, splice junctions coordinates relevant to the type of event and associated gene.","Homo sapiens","alternativeSplicingEvents.hg38/alternativeSplicingEvents.hg38_V2.rda",9606,"hg38","Nuno Agostinho <nunodanielagostinho@gmail.com>","list","Rda","https://miso.readthedocs.io/en/fastmiso/annotation.html, http://rnaseq-mats.sourceforge.net/user_guide.htm, https://bitbucket.org/regulatorygenomicsupf/suppa, http://vastdb.crg.eu/libs/","GFF",NA,"MISO, VAST-TOOLS, UCSC",3.7,TRUE,"alternativeSplicingEvents.hg38_V2.rda","Human, Alternative, Splicing, Events, Annotation, hg38"
2 changes: 1 addition & 1 deletion inst/scripts/make-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata <- data.frame(
SourceType="GFF",
SourceVersion=NA_character_,
DataProvider="MISO, VAST-TOOLS, UCSC",
BiocVersion=package_version("3.6"),
BiocVersion=package_version("3.7"),
Coordinate_1_based=TRUE,
ResourceName="alternativeSplicingEvents.hg38_V2.rda",
Tags=(c("Human, Alternative, Splicing, Events, Annotation, hg38")))
Expand Down

0 comments on commit cd283a0

Please sign in to comment.