# HG changeset patch # User jjkoehorst # Date 1467181307 14400 # Node ID f2cbf1230026c5ad62575943d83fb2b0481d11f8 # Parent 174e4bfea91593249852b7db5b7c4bd68fb50690 Uploaded diff -r 174e4bfea915 -r f2cbf1230026 fasta2rdf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fasta2rdf.xml Wed Jun 29 02:21:47 2016 -0400 @@ -0,0 +1,82 @@ + + SAPP - FASTA 2 RDF conversion + + jjkoehorst/sappdocker:FASTA2RDF + + + java -jar /fasta2rdf/target/FASTA2RDF-0.1-jar-with-dependencies.jar + '--type' '$source.fastaType' '--ignorestop' '$IgnoreStopCodon' + '--input' '$input' '--output' '$output' '-organism' '$organism' + '--ncbi_taxid' '$ncbi_taxid' + #if len(str($identification_tag))==0 + '--idtag' ${input.name} + #else + '--idtag' '$identification_tag' + #end if + --source SAPP + + #for $index, $id in enumerate( $ids ) + '--id_alternative' '$id.id_tag' + #end for + '--id_alternative' '$input.name' + '--codon' '$table' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + RDF creation from a multi (gene/protein/genome) fasta file + + +