diff --git a/inst/extdata/metadata.csv b/inst/extdata/metadata.csv index 450fc45..c902156 100644 --- a/inst/extdata/metadata.csv +++ b/inst/extdata/metadata.csv @@ -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 ","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 ","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" diff --git a/inst/scripts/make-metadata.R b/inst/scripts/make-metadata.R index d43005c..c9f0014 100644 --- a/inst/scripts/make-metadata.R +++ b/inst/scripts/make-metadata.R @@ -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")))