brettc / partitionfinder

PartitionFinder discovers optimal partitioning schemes for DNA sequences.
Other
60 stars 42 forks source link

Script execution #112

Closed alephreish closed 7 years ago

alephreish commented 8 years ago
alephreish commented 8 years ago

Related: #75

brettc commented 8 years ago

Making PF conform to many of these ideals is certainly something we'd like to have time to do; having it install using pip would be great. I hope to work on some of this slowly.

I'm sure you have reasons for thinking Anaconda is "messy", but it is truly awesome if you're trying to support users with little command-line knowledge across multiple platforms. I think over half our downloads are from Windows users. (Which tells you why your instructions are of limited use).

alephreish commented 8 years ago

Yes I see your point [although it is rather surprising that PF is so popular among Windows users], but those little changes would not harm: add the list of dependencies to the manual ("Either you install Anaconda and be happy or figure out how to install the following stuff: ...") and put the shebangs and make the scripts executable.

brettc commented 8 years ago

Yes, I hope to find some time to making these kinds of changes.

roblanf commented 7 years ago

I've added a list of dependencies in the manual, and a little dependency checker. I put shebangs in the main analysis scripts.