Entering edit mode
7.5 years ago
mimi
▴
20
Hi,
I used prosplign ( https://www.ncbi.nlm.nih.gov/sutils/static/prosplign/prosplign.html). It generated a file ASN, but I need a gff3 format
Do you know an affective converter?
I used asn2flat -i file.asn -format gff3 -o out
(but it does not support the gff3 format, it advises to use annotwriter to ncbi)
annotwriter -i file.asn -format gff3 -o out
(It shows me errors)
Error: (311.26) SOCK#3000[3]@130.14.29.112:4445: [SOCK::Connect] Failed pending connect(): Timeout[5.000000]
Error: (310.6) [ID2] Stateful relay connection failure (Closed) usually indicates possible firewall configuration problems; please consult <http://www.ncbi.nlm.nih.gov/IEB/ToolBox/NETWORK/dispatcher.html#Firewalling>
Error: (301.5) [CONN_Open(ID2)] Failed to open connection: Closed
Error: (311.26) SOCK#6000[3]@130.14.29.112:4445: [SOCK::Connect] Failed pending connect(): Timeout[5.000000]
Error: (310.6) [ID2] Stateful relay connection failure (Closed) usually indicates possible firewall configuration problems; please consult <http://www.ncbi.nlm.nih.gov/IEB/ToolBox/NETWORK/dispatcher.html#Firewalling>
Error: (301.5) [CONN_Open(ID2)] Failed to open connection: Closed
Error: (311.26) SOCK#9000[3]@130.14.29.112:4454: [SOCK::Connect] Failed pending connect(): Timeout[5.000000]
Error: (310.6) [ID2] Stateful relay connection failure (Closed) usually indicates possible firewall configuration problems; please consult <http://www.ncbi.nlm.nih.gov/IEB/ToolBox/NETWORK/dispatcher.html#Firewalling>
Error: (301.5) [CONN_Open(ID2)] Failed to open connection: Closed
Error: (311.26) SOCK#12000[3]@130.14.29.112:4454: [SOCK::Connect] Failed pending connect(): Timeout[5.000000]
Error: (310.6) [ID2] Stateful relay connection failure (Closed) usually indicates possible firewall configuration problems; please consult <http://www.ncbi.nlm.nih.gov/IEB/ToolBox/NETWORK/dispatcher.html#Firewalling>
Error: (301.5) [CONN_Open(ID2)] Failed to open connection: Closed
Error: (311.26) SOCK#15000[3]@130.14.29.112:4445: [SOCK::Connect] Failed pending connect(): Timeout[5.000000]
Error: (310.6) [ID2] Stateful relay connection failure (Closed) usually indicates possible firewall configuration problems; please consult <http://www.ncbi.nlm.nih.gov/IEB/ToolBox/NETWORK/dispatcher.html#Firewalling>
Error: (301.5) [CONN_Open(ID2)] Failed to open connection: Closed
Error: (CLoaderException::eConnectionFailed) cannot open connection: ID2
Error: (CLoaderException::eNoConnection) cannot open initial connection
Error: (106.16) Application's execution failed(CLoaderException::eNoConnection) cannot open initial connection
is there a XML output ? can you post a sample ?
The asn format to prosplign :
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.That is not XML format output so not what @Pierre was asking. Do you know if
prosplign
is able to output XML?Duplicate question: Question: converting ASN to Gff3
prosplign -f x
can output xml.Sorry !
Can I convert this xml format to gff3 ? Thanks
Please do NOT add comments as new answers. Use
ADD COMMENT/ADD REPLY
buttons when responding to existing posts to keep threads logically organized.Oups! Sorry @genomax
if the XML is simple , one can use XSLT to transform it to something. while ASN1 requires a specific parser.