Open JohnUrban opened 1 year ago
Many thanks @Thamos - I had a feeling certain flags were missing, so I messed around yesterday with --outSAMattributes All
for STAR
. I haven't had a chance yet to see how that run went. Nonetheless, it looks like @alexlomsadze figured it out over in another issue: https://github.com/Gaius-Augustus/BRAKER/issues/582
STAR should be run with --outSAMstrandField intronMotif
for compatibility with StringTie.
I will run my own tests on that later today.
Hello,
Thank you for all the great tools coming from this team.
I gave Braker3 a shot, but am running into an error at the moment. I will report below how I installed Braker3, and how I used it in case it helps reproduce the error.
I would be grateful for any guidance you can provide, and am eager to get Braker3 working at some point in the near future, but fully understand that you are busy. I am mainly reporting this issue in case it helps your development.
First, here was the command used.
Second, here are the errors as reported.
FASTA index file /central/groups/carnegie_poc/jurban/data/coral/scratch/toyanno/braker3/braker3/GeneMark-ETP/data/genome.softmasked.fasta.fai created. error, file not found: option --f1 complete.gtf error on open file complete.id: No such file or directory mv: cannot stat ‘complete_uniq.gtf’: No such file or directory error on open file /central/groups/carnegie_poc/jurban/data/coral/scratch/toyanno/braker3/braker3/GeneMark-ETP/rnaseq/hints/proteins.fa/complete.gtf: No such file or directory error on create_regions.pl at /central/groups/carnegie_poc/jurban/software/braker2/braker3/deps/genemark-etp/GeneMark-ETP/bin/gmetp.pl line 2162.
mamba env create -f braker3-deps.yml
git clone https://github.com/gatech-genemark/GeneMark-ETP.git
git clone https://github.com/Gaius-Augustus/BRAKER.git cd BRAKER git checkout braker3
conda activate braker3-deps2 export PATH=${BRAKER3}:${GENEMARK_ETP_BIN}:${GENEMARK_ETP_TOOLS}:${PROTHINT2}:${PATH}
name: braker3-deps2 channels: