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

--paths doesn't find ONT reads unless --nano is supplied. #121

Open
brianwalenz opened this issue Jan 12, 2023 · 0 comments
Open

--paths doesn't find ONT reads unless --nano is supplied. #121

brianwalenz opened this issue Jan 12, 2023 · 0 comments

Comments

@brianwalenz
Copy link
Member

verkko \
  --paths some.gaf \
  --assembly some-assembly \
  -d some-output \
  --hifi hifi/*fastq.gz

will fail to include ONT reads even if they exist in some-assembly because 7-buildPackages.sm sets the ont subset file to emptyfile if there are not ONT reads supplied to verkko:

checkpoint buildPackages:
    input:
        hifi       = HIFI_READS,
        layout     = {rules.layoutContigs.output.layout},
        ont_subset = {rules.extractONT.output.ont_subset} if config['withONT'] == "True" else {rules.emptyfile.output}
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

No branches or pull requests

1 participant