Skip to content
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

Merged
merged 9 commits into from
Nov 8, 2024
Merged

Fix/virsorter2 #135

merged 9 commits into from
Nov 8, 2024

Conversation

KateSakharova
Copy link

@KateSakharova KateSakharova commented Oct 7, 2024

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

@KateSakharova KateSakharova changed the base branch from master to dev October 7, 2024 14:35
@KateSakharova KateSakharova changed the base branch from dev to feature/re-structure-pipeline October 8, 2024 08:54
Base automatically changed from feature/re-structure-pipeline to dev October 11, 2024 10:45
@KateSakharova KateSakharova marked this pull request as ready for review October 18, 2024 15:05
Copy link
Member

@mberacochea mberacochea left a 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

- name: Install dependencies
run: |
pip install -r requirements-test.txt
pip install --upgrade numpy pandas
Copy link
Member

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

Copy link
Author

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

Copy link
Member

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

bin/parse_viral_pred.py Outdated Show resolved Hide resolved
bin/parse_viral_pred.py Outdated Show resolved Hide resolved
modules/local/utils.nf Outdated Show resolved Hide resolved
modules/local/virsorter2/main.nf Outdated Show resolved Hide resolved
subworkflows/local/detect.nf Outdated Show resolved Hide resolved
modules/local/virsorter2/main.nf Show resolved Hide resolved
subworkflows/local/detect.nf Show resolved Hide resolved
tests/test_parse_viral_preds.py Outdated Show resolved Hide resolved
nextflow_schema.json Show resolved Hide resolved
script:
def args = task.ext.args ?: ''
"""
# speed up hmmsearch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 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

- name: Install dependencies
run: |
pip install -r requirements-test.txt
pip install --upgrade numpy pandas
Copy link
Member

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

Copy link
Member

@mberacochea mberacochea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Kate!

@KateSakharova KateSakharova merged commit ac06be8 into dev Nov 8, 2024
1 check passed
@KateSakharova KateSakharova deleted the fix/virsorter2 branch November 8, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants