pirovc / metameta

Other
23 stars 10 forks source link

Metameta fails with example file #14

Closed tadKeys closed 6 years ago

tadKeys commented 6 years ago

Hi,

I tested metameta now with an example file, and it also fails at the metameta step:

*) test.yaml

workdir: "/home/stephan/work/10_meta_meta/output/"
dbdir: "/home/stephan/work/01_meta_meta_db/"

samples:
  "sample1":
    fq1: "/home/stephan/work/miniconda/data/opt/metameta/sampledata/files/reads/sample_data_archaea_bacteria.1.fq.gz"

databases:
  - archaea_bacteria_201503
tools:
    "clark": "p"
    "kaiju": "p"

threads: 30
gzipped: 1
keepfiles: 1

Parsing taxonomy (names, nodes, merged) ...

Reading database profiles ...

Reading profiles ...



Thanks for your help in advance,
Stephan
tadKeys commented 6 years ago

I think I found the error - it's probably misuse of binning and profiling

tools:
    "clark": "p"  <-- here
    "kaiju": "p"

Best, Stephan

pirovc commented 6 years ago

Hi Stephan,

Very probably that's the cause, because the sample data should produce meaningful results. Keep it in mind that if some tool does not have results, meaning the reads didn't match anywhere in the db, such error will still occur. That will be fixed on the v1.2.2.

Best. Vitor

tadKeys commented 6 years ago

Hi Vitor,

just wanted to let you know that the run completed.

Thanks and looking forward to the updates, Stephan