Skip to Content
Bioinformatics with Python Cookbook - Second Edition
book

Bioinformatics with Python Cookbook - Second Edition

by Tiago Antao
November 2018
Intermediate to advanced
360 pages
9h 36m
English
Packt Publishing
Content preview from Bioinformatics with Python Cookbook - Second Edition

How to do it…

Take a look at the following steps:

  1. We start by asking planemo to create a scaffold configuration for our tool:
planemo tool_init --id bioinf_test --name "Basic BED analyzer"

This will generate a file called bioinf_text.xml. Please inspect it, as most of the next steps will require changing it.

  1. Start by linting the file:
planemo lint  # You can also do only planemo l

This is the Planemo linting tool, and you will see that there are some problems with the file.

  1. Let's add some help text. Replace the <help>...</help> section with:
<help><![CDATA[   A Basic BED analyzer.   Counts entries and optionally reports basic stats]]></help>

Lint again, just to make sure no more errors were introduced. It still fails, but no new error should ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Bioinformatics with Python Cookbook

Bioinformatics with Python Cookbook

Tiago Antao

Publisher Resources

ISBN: 9781789344691Supplemental Content