Hello,
I followed a workflow (Draft support for HTA 2.0 with oligo) using pdInfoBuilder to build an annotation package for my MTA10 array. Unfortunately, I cannot install the package. In my directory, there is a folder named "pd.mta.1.0" but not a zip file.
I am wondering if someone have found a solution to this issue.
Thank you in advance.
Anita
code:
> library(pdInfoBuilder)
> p <- new("AffyHTAPDInfoPkgSeed", clfFile = "MTA-1_0.r3.clf", pgfFile = "MTA-1_0.r3.pgf", coreMps = "MTA-1_0.r3.Psrs.mps", transFile = "MTA-1_0.na34.1.mm10.transcript.csv", probeFile = "MTA-1_0.na34.1.mm10.probeset.csv", author = "alakatos", email = "alakatos@uci.edu", version = "1.0.r3")
> makePdInfoPackage(p, destDir = ".")
==================================================================================================================================================
Building annotation package for Affymetrix HTA Array
PGF.........: MTA-1_0.r3.pgf
CLF.........: MTA-1_0.r3.clf
Probeset....: MTA-1_0.na34.1.mm10.probeset.csv
Transcript..: MTA-1_0.na34.1.mm10.transcript.csv
Core MPS....: MTA-1_0.r3.Psrs.mps
==================================================================================================================================================
Parsing file: MTA-1_0.r3.pgf... OK
Parsing file: MTA-1_0.r3.clf... OK
Creating initial table for probes... OK
Creating dictionaries... OK
Parsing file: MTA-1_0.na34.1.mm10.probeset.csv... OK
Parsing file: MTA-1_0.r3.Psrs.mps... OK
Creating package in ./pd.mta.1.0
Inserting 594 rows into table chrom_dict... OK
Inserting 5 rows into table level_dict... OK
Inserting 17 rows into table type_dict... OK
Inserting 444001 rows into table core_mps... OK
Inserting 734916 rows into table featureSet... OK
Inserting 6142582 rows into table pmfeature... OK
Inserting 711 rows into table mmfeature... OK
Counting rows in chrom_dict
Counting rows in core_mps
Counting rows in featureSet
Counting rows in level_dict
Counting rows in mmfeature
Counting rows in pmfeature
Counting rows in type_dict
Creating index idx_pmfsetid on pmfeature... OK
Creating index idx_pmfid on pmfeature... OK
Creating index idx_fsfsetid on featureSet... OK
Creating index idx_core_meta_fsetid on core_mps... OK
Creating index idx_core_fsetid on core_mps... OK
Creating index idx_mmfsetid on mmfeature... OK
Creating index idx_mmfid on mmfeature... OK
Saving DataFrame object for PM.
Saving DataFrame object for MM.
Saving NetAffx Annotation... OK
Done.
> install.packages("pd.mta.1.0", repos = NULL, type = "source")
Installing package into ‘C:/Users/alakatos/Documents/R/win-library/3.1’
(as ‘lib’ is unspecified)
* installing *source* package 'pd.mta.1.0' ...
Error : Invalid DESCRIPTION file
Malformed package version.
See the information on DESCRIPTION files in section 'Creating R
packages' of the 'Writing R Extensions' manual.
ERROR: installing package DESCRIPTION failed for package 'pd.mta.1.0'
* removing 'C:/Users/alakatos/Documents/R/win-library/3.1/pd.mta.1.0'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-31~1.2/bin/x64/R" CMD INSTALL -l "C:\Users\alakatos\Documents\R\win-library\3.1" "pd.mta.1.0"' had status 1
Warning in install.packages :
installation of package ‘pd.mta.1.0’ had non-zero exit status
sessionInfo()
attached base packages:
[1] stats4 parallel stats graphics grDevices utils datasets methods base
other attached packages:
[1] pdInfoBuilder_1.30.6 oligo_1.30.0 Biostrings_2.34.1 XVector_0.6.0
[5] IRanges_2.0.1 S4Vectors_0.4.0 oligoClasses_1.28.0 affxparser_1.38.0
[9] RSQLite_1.0.0 DBI_0.3.1 Biobase_2.26.0 BiocGenerics_0.12.1