in reply to Re^2: How to use Convert::ASN1 ?
in thread How to use Convert::ASN1 ?
Wherever you are obtaining your ASN.1 dataset, should also supply you with or make available to you, an ASN.1 description (template) of the format of the data within that dataset.
For example, if you are downloading .aso files from NCBI, then somewhere within their site/ftp there will be a file containing the ASN.1 description that looks something like this one. In that same directory there are several other .prt files, one of which would form the the input to Convert::ASN1 (or possibly better, Bio::ASN1::Sequence), if they are the source of your dataset.
Reverse engineering an ASN.1 description based upon the limited information you've provided above (where did that come from?) is iffy at best.
|
|---|