-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/virsorter2 #135
Fix/virsorter2 #135
Conversation
47fcfa9
to
4a1eb72
Compare
7a94edb
to
995808c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KateSakharova. A massive chunk of work. I left a few comments, but I think it's pretty close to completion IMO
.github/workflows/unit_tests.yml
Outdated
- name: Install dependencies | ||
run: | | ||
pip install -r requirements-test.txt | ||
pip install --upgrade numpy pandas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bump these 2 dependencies in requirements-test.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pandas is there, numpy included with pandas installation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright.. then bump the pandas version
modules/local/virsorter2/main.nf
Outdated
script: | ||
def args = task.ext.args ?: '' | ||
""" | ||
# speed up hmmsearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# speed up hmmsearch | |
# Settings to speed up hmmsearch | |
# TODO: this needs to be tested, it doesn't seem to speed up so we decided to chunk the fasta instead |
.github/workflows/unit_tests.yml
Outdated
- name: Install dependencies | ||
run: | | ||
pip install -r requirements-test.txt | ||
pip install --upgrade numpy pandas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright.. then bump the pandas version
bb33283
to
380ad87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Kate!
022879b
to
43e118b
Compare
Re-used PR #128
VirSorter2 is default tool. Pipeline can also run VirSorter1 using flag
--use_virsorter_v1
Input is chunked for VirSorter2. Seems there is no easy way to parallel it jiarong/VirSorter2#218
Criteria for HC and LC is weird. It is required further discussion