More posts like this
-
when should I merge in annotation transdecoder pipeline
written by Mike •Hi all, I'm not certain what's the best way to do this, so any help will be highly appreciated. I have a merged gtf file …
-
Finding common and different genes between species
written by RicHi, We have two plants which one of them is the wild type. For each of them, I used the Scallop results with TransDecoder. How …
-
StringTie required filtered BAM
written by RicHi, AUGUSTUS comes with a script which can filter BAM files filterBam –uniq –paired –pairwiseAlignment –in Aligned.out.ss.bam –out Aligned.out.ssf.bam Does StringTie does any filtering by …
-
gff3_sp_complement_annotations.pl parameter settings
written by RicI ran `gff3_sp_complement_annotations.pl --ref stringtie.gff3 --add augustus.hints_utr.gff3 --out gaas.gff3` and got the below new IDs: NbV1Ch01 transdecoder five_prime_UTR 99705 99705 . - . ID=nbis_NEW-five_prime_utr-4254;Parent=STRG2.t1 NbV1Ch01 …
-
intersecting two GFF3 missing data from the second file
written by RicHi, I have both StringTie (*stringtie_merged.gtf.fasta.transdecoder.genome.gff*3) and BRAKER2 (*augustus.hints_utr.gff3*) GFF3 files which I would like to intersect with bedtools. Whenever StringTie covers the genome region …
-
BRAKER miss some genes despite of RNA-Seq evidence
written by RicHi, I ran `braker.pl --UTR=on --genome=$1 --bam=$2 --species=$3 --cores 20 --softmasking --gff3` but in few cases, BRAKER did not predict any genes where there is …
-
Visualizing Orthologs and Paralogs genes
written by RicHi I ran [PorthoMCL](https://github.com/etabari/PorthoMCL/) and I would like to visualise the results may be as a circos plot. PorthoMCL contains two output files: - [Orthologs](https://github.com/etabari/PorthoMCL/blob/master/sample/8.all.ort.group) …
-
Retraining Augustus for UTR
written by RicHi, I used to retrain Augustus with help of BUSCO in the following way: 1. run_BUSCO.py -i NbV1Ch07.fasta -o augustus_busco -l /assembly/busco-embryophyta_odb9/ -m geno --cpu …
-
Retraining Augustus with BUSCO
written by RicHi, I tried to follow this [instruction][1] on how to retrain Augustus with BUSCO. I ran BUSCO: run_BUSCO.py -i NbV1Ch07.fasta -o augustus_busco -l /assembly/busco-embryophyta_odb9/ -m …
-
maker with augusuts / utr=off
written by Nastasiia •I am running Maker with augustus as gene predictor and noticed that at err output augustus 'command' is set up not to predict UTRs like …
have a look here https://github.com/ikmb-denbi/genome-annotation they produce a lot of different evidence to feed Augustus. They have a lot of utilities to produce hints from gtf/gff
Thank you for your link. I also found Incorporating RNA-Seq into AUGUSTUS but they used BLAT. However, I have done all my alignment with HIsat2. Does anyone know how to change the commands to BAM files?
From Hisat bam file you can run bam2hints
Thank you, is there a way or necessary to add strand information to the output of bam2hints?
UPDATE:
Bam2hints resutls:
.
In section 3.1 Set hint parameters of this tutorial they asking to adjust the file extrinsic.cfg that holds the hint parameters. However, where is the file located and how to change the settings?