How to prepare param.yaml file of GLEAN for gene predictions from Augustus and GlimmerHMM?
1
0
Entering edit mode
7.8 years ago

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 • 2.1k views
ADD COMMENT
0
Entering edit mode
7.8 years ago

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
ADD COMMENT

Login before adding your answer.

Traffic: 4970 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6