November 2018
Intermediate to advanced
360 pages
9h 36m
English
Take a look at the following steps:
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.
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.
<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 ...