This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to prepare param.yaml file of GLEAN for gene predictions from Augustus and GlimmerHMM?

Hi, I am trying to create a consensus get set using GLEAN. The input files I am using are gene predictions from Augustus, GlimmerHMM and GenScan. I have loaded the input files into MySql database. However, I want to know is there any syntax for the Augustus and GlimmerHmm gene predictions in the "param.yaml" file or How to prepare the "param.yaml" for gene predictions from Augustus, GlimmerHMM and GenScan?

assembly glean

1 answer

After contacting the author of the tool, I came to know that this tool is no longer supported, The author himself told me not to use this tool. However, the answer to the question is given below.

param.yaml:

evidence:
  GeneModel:
    Augustus:
      types: "coding:AUGUSTUS"

    Genscan:
      types: "coding:Genscan"

    GlimmerHMM:
      types: "coding:GlimmerHMM"

params:
  start:
    freq: 0.5
  stop:
    freq: 0.5
  donor:
    freq:
      value: 0.5
      fixed: 0
  acceptor:
    freq: 0.5

Log in to answer this question.