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

adding viloca to the workflow #150

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

adding viloca to the workflow #150

wants to merge 3 commits into from

Conversation

LaraFuhrmann
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Feb 5, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH shellcheck 11 0 0.59s
✅ DOCKERFILE hadolint 1 0 0.32s
✅ JUPYTER jupyfmt 3 0 0 2.64s
✅ MARKDOWN markdownlint 11 0 0 0.98s
✅ PERL perlcritic 1 0 1.04s
✅ PYTHON black 62 1 0 1.96s
✅ SNAKEMAKE snakefmt 25 1 0 8.8s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@LaraFuhrmann
Copy link
Collaborator Author

Tested VILOCA on the hiv-tutorial data CAP188 4 using the following config files to test uniform-tiling strategy and amplicon tiling strategy.

general:
    virus_base_config: ""
    aligner: bwa
    snv_caller: viloca

input:
    reference: "{VPIPE_BASEDIR}/../resources/hiv/HXB2.fasta"
    metainfo_file: "{VPIPE_BASEDIR}/../resources/hiv/metainfo.yaml"
    gff_directory: "{VPIPE_BASEDIR}/../resources/hiv/gffs/"
    # NOTE: this input datadir isn't standard
    datadir: resources/samples/
    read_length: 301
    samples_file: samples.tsv
    paired: true

viloca:
    consensus: false

output:
    snv: true
    local: false
    global: false
    visualization: false
    QA: false
general:
    virus_base_config: ""
    aligner: bwa
    snv_caller: viloca

input:
    reference: "{VPIPE_BASEDIR}/../resources/hiv/HXB2.fasta"
    metainfo_file: "{VPIPE_BASEDIR}/../resources/hiv/metainfo.yaml"
    gff_directory: "{VPIPE_BASEDIR}/../resources/hiv/gffs/"
    # NOTE: this input datadir isn't standard
    datadir: resources/samples/
    read_length: 301
    samples_file: samples.tsv
    paired: true

viloca:
    consensus: false
    insert_bedfile: resources/samples/insert.bed

output:
    snv: true
    local: false
    global: false
    visualization: false
    QA: false

@LaraFuhrmann LaraFuhrmann marked this pull request as ready for review March 5, 2024 12:01
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.

None yet

1 participant