SISRS
SISRS copied to clipboard
Site Identification from Short Read Sequences.
Getting the following error when trying to run SISRS with the test data provided: ```==== Done Identifying Fixed Sites Without Error ==== 748768 total variable sites (alignment.nex) Traceback (most recent...
In order to generate test data that could be compared to a python 3 run of sisrs, a few changes were necessary. This mostly had to do with sorting things...
Hi @anderspitman, After bringing over the new Python port branch, there are a few things that I'm unclear about. Would you mind creating a basic README with usage instructions (how...
Hey @anderspitman, One major bottleneck with SISRS is that the Bowtie mapping steps occur serially, rather than in parallel. In part, this is because Bowtie itself does not run in...
It would be good to implement at least some basic testing and CI. The first step would be to come up with a standard small dataset to run against.
Include an option to identify specific taxa which lead to disproportionate amounts of missing data for possible downstream filtering
If we want to encourage the use of SISRS we should explore ways to make it attractive to users. Readthdocs? Standalone website? Once there's a python port we can look...
It's a pain to install (especially for continuous integration) and it appears we're only using one small script (rename.sh) from it.
With development of SISRS taking off this semester in two locations, it is important that we figure out who is addressing which issue or pull request. The easiest way to...