biopython / biopython.github.io

Source of biopython.org website, migrated from MediaWiki
biopython.org
153 stars 283 forks source link

Review dependancies, applications page #40

Open vincentdavis opened 8 years ago

vincentdavis commented 8 years ago

I checked all the links and what is there seems correct. Is it complete? I think there are automated tools for discovering dependencies. https://github.com/biopython/biopython.github.io/blob/master/wiki/List_of_applications_executed_via_Biopython.md

peterjc commented 8 years ago

Some clever grep searches for things like subprocess ought to spot any other external tool calls we make, on top of the Bio.Application wrappers etc.