# HG changeset patch # User greg # Date 1457123634 18000 # Node ID 18c06791c6752db1a1e681554c02a78e330148be # Parent 063d97ffda399d7f923bc635b52a14e52d0e5339 Uploaded diff -r 063d97ffda39 -r 18c06791c675 fimo_gff_to_gff.xml --- a/fimo_gff_to_gff.xml Fri Mar 04 15:31:45 2016 -0500 +++ b/fimo_gff_to_gff.xml Fri Mar 04 15:33:54 2016 -0500 @@ -29,6 +29,10 @@ .. class:: warningmark +This tool requires 1-based input data, 0-based data will produce incorrect results. + +.. class:: warningmark + This tool requires FASTA headers that use the default bedtools getfasta header format of **chrom:start-stop(strand)** or **chrom:start-stop** in which case strand is set as '+' per the bedtools standard.