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

Getting ready

If you did not go through the previous recipe, please read its There's more... section. The code was tested in a local server, as prepared in the preceding recipe, but it might require some adaptations if you run it against a public server.

Our code will need to authenticate itself against the Galaxy server in order to perform the necessary operations. Because security is an important issue, this recipe will not be totally naive with regards to it. Our script will be configured via a YAML file, for example:

rest_protocol: httpserver: localhostrest_port: 8080ftp_port: 8021user: admin@galaxy.orgpassword: adminapi_key: admin

Our script will not accept this file as plaintext, but it will require it to be encrypted. That being said, ...

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