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

The output file is empty #29

Open
Sami-Altayyar opened this issue Aug 3, 2020 · 1 comment
Open

The output file is empty #29

Sami-Altayyar opened this issue Aug 3, 2020 · 1 comment

Comments

@Sami-Altayyar
Copy link

I have one nucleotide fasta file (nuc1.fasta) and I run the following command

plass assemble nuc1.fasta result.fasta tmp

from my understanding the final output should be result.fasta

but the result.fasta is empty

Current Behavior

result.fasta is empty

Steps to Reproduce (for bugs)

Please make sure to execute the reproduction steps with newly recreated and empty tmp folders.
checked

Plass Output (for bugs)

Please make sure to also post the complete output of Plass. You can use gist.github.com for large output.
no results

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

Plass Version: 41d03ca
compiled version

  • For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation:
    cmake version 3.16.3

  • Server specifications (especially CPU support for AVX2/SSE and amount of system memory):
    Intel® Core™ i9-9900KF CPU @ 3.60GHz × 16 32g RAM

  • Operating system and version:
    Ubuntu 20.04.1 LTS

@martin-steinegger
Copy link
Member

How long are the reads in your nuc1.fasta? In default Plass tries to extract protein fragments of at least 30 length (90 nucleotides). If you want to lower the size, you can adjust the --min-length parameter.

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

2 participants