+
+
+
+
+
+
+
+
+
+
+ Permalink
+
+
+
+
+
+
+
+
+
+
+
+
+ Join GitHub today
+GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
+ Sign up +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find file
+
+
+ Copy path
+
+
+
+
+
+ + fasta-tool/fasta-tool.xml +
+ +
+
+ Find file
+
+
+ Copy path
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + | <tool id="fa_gc_content_1" name="Compute GC content" version="0.1.0"> | +
+ | <description>for each sequence in a file</description> | +
+ | <command interpreter="perl">toolExample.pl $input $output</command> | +
+ | <inputs> | +
+ | <param format="fasta" name="input" type="data" label="Source file"/> | +
+ | </inputs> | +
+ | <outputs> | +
+ | <data format="tabular" name="output" /> | +
+ | </outputs> | +
+ | + | +
+ | <tests> | +
+ | <test> | +
+ | <param name="input" value="fa_gc_content_input.fa"/> | +
+ | <output name="out_file1" file="fa_gc_content_output.txt"/> | +
+ | </test> | +
+ | </tests> | +
+ | + | +
+ | <help> | +
+ | This tool computes GC content from a FASTA file. | +
+ | </help> | +
+ | + | +
+ | </tool> | +