Skip to content

Commit

Permalink
Non-ascii symbol removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mira13 authored and ens-bwalts committed Jul 27, 2021
1 parent 17691f0 commit dc8da03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Writing modules
* Use ``self->throw()`` and ``self->warning()``
so that error messages are inserted into the log_message table of the hive db; do not import ``Bio::EnsEMBL::Utils::Exception`` because it will replace throw and warning, and eHive won't be able to report anything
* Use ``self->param_required()``
so that you dont need to write your own parameter checks
so that you don't need to write your own parameter checks
* Use ``self->input_job->autoflow(0)`` sparingly
because its confusing when your pipeline does non-standard things
because it's confusing when your pipeline does non-standard things

Debugging
+++++++++
Expand Down

0 comments on commit dc8da03

Please sign in to comment.