<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">The maker2jbrowse inside maker is just an alias that launches the maker2jbrowse script inside of jbrowse itself (i.e. …/jbrowse-1.16.8-release/bin/maker2jbrowse). No longer maintained by us, but rather by the jbrowse team.<div class=""><br class=""></div><div class="">You can edit the maker2jbrowse script yourself to add an ‘iprscan' line or any other feature type you want by copying an existing feature in this section (image attached) and renaming values such as ‘blastn’ to be ‘iprscan’ (these are the command line options that get sent to flatfile-to-json.pl just as if you were runninging it manually) —> </div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="AB2DE4CE-0D66-4FD0-B4A1-5EF5D02A1DC4" src="cid:FDCBE6C3-6059-4900-B285-145978CED3C3@genetics.utah.edu" class=""></div><div class=""><br class=""></div><div class="">For '--type’, I believe ‘iprscan’ uses ‘match’ in the GFF3 column, so instead of ‘protein_match’ or ‘expressed_sequence_match’, just trim it to ‘match’ in the maker2jbrowse section as well.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">You also must edit the …/jbrowse/css/maker.scss file to choose what colors you want the feature display to have. Similar to the example above, just copy an existing feature and make a new one where you replace names like ‘blastn' with ‘iprscan’ (image attached) —></div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="D92BBCA8-6CC8-473F-B247-F724FB17106D" src="cid:1884DF3D-051D-421E-AD86-248458F92E1C@genetics.utah.edu" class=""></div><div class=""><br class=""></div><div class="">—Carson</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 6, 2020, at 11:32 AM, <a href="mailto:shore@yorku.ca" class="">shore@yorku.ca</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello,<br class=""><br class="">I've been attempting to include the iprscan results with my maker gff file.<br class=""><br class="">I used the   script below to add the iprscan results to my maker gff:<br class=""><br class="">ipr_update_gff maker.gff iprscan.tsv > makeriprscan.gff<br class=""><br class="">I also used the script below to generate a gff of iprscan domains<br class=""><br class="">iprscan2gff3 iprscan.tsv maker.gff > iprscandomain.gff<br class=""><br class="">At this point, I wasn't sure how to proceed.<br class="">I concatenated the iprscandomain.gff to the end of the makeriprscan.gff.<br class=""><br class="">And then ran maker2jbrowse, everything seems to work except I get error message<br class=""><br class=""> "Don't know how to format iprscan tracks, skipping"<br class=""><br class="">If I view the file under jbrowse I can certainly see the iprscan results when I<br class="">click on a transcript, but there are no tracks of iprscan results in the<br class="">jbrowse.<br class=""><br class="">Sorry, this is a bit long winded.<br class=""><br class="">I suspect perhaps that concatenating the two GFFs was perhaps not the right way<br class="">to proceed?<br class=""><br class="">Thanks<br class="">Joel<br class="">-- <br class="">Dr. Joel S. Shore<br class="">Prof. Biology<br class="">York University<br class=""><br class="">_______________________________________________<br class="">maker-devel mailing list<br class=""><a href="mailto:maker-devel@yandell-lab.org" class="">maker-devel@yandell-lab.org</a><br class="">http://yandell-lab.org/mailman/listinfo/maker-devel_yandell-lab.org<br class=""></div></div></blockquote></div><br class=""></div></body></html>