Giter VIP home page Giter VIP logo

Comments (9)

baoe avatar baoe commented on May 17, 2024

Hi,

I believe this is due to the file format. AlignGraph requires FASTA format, but looks like your file is in FASTQ format.

Regards,
Bao

from aligngraph.

thsierocinski avatar thsierocinski commented on May 17, 2024

Hi there, I am having the same issue on fasta files:
AlignGraph --read1 ../S25_R1_trimmed.fasta --read2 ../S25_R2_trimmed.fasta --contig scaffold.fa --genome reference_sequence_20150113.fsa --distanceLow 35 --distanceHigh 1150 --extendedContig extended_scaffold.fa --remainingContig rmaining_scaffold.fa

but nothing more than this message as a result:
"By Ergude Bao, CS Department, UC-Riverside. All Rights Reserved

BLAT CALL FAILED!"

which is rather uninformative.
my BLAT installation works fine by itself.
is there a log that can be checked somewhere? what could be the issue?

from aligngraph.

baoe avatar baoe commented on May 17, 2024

Hi,

Sorry for reply late. Please use BLAT version v34 instead.

Bao

from aligngraph.

rafaeltiveron avatar rafaeltiveron commented on May 17, 2024

@baoe , please, remake AlignGraph, there is no way to recompile blat v34, man! 2022!

from aligngraph.

rafaeltiveron avatar rafaeltiveron commented on May 17, 2024

@cistarsa , do you have binary blat v34? Could you make a shared link to us??

from aligngraph.

cistarsa avatar cistarsa commented on May 17, 2024

alas, I do not have a blat binary as I no longer have access to the workstation I was using then....here's a repo of older blats

from aligngraph.

rafaeltiveron avatar rafaeltiveron commented on May 17, 2024

@cistarsa , yes, thank you, but it is not compiling... I think new versions of kernel, gcc, build-essentials, etc using here.. that is the problem. Much work to do in blat v34 code to be compiled. Then, a new version of AlignGraph would be the best to do.

from aligngraph.

rafaeltiveron avatar rafaeltiveron commented on May 17, 2024

Updating:

I've got it! Three things to compile blast v34:

  1. In blastSrc/inc/common.mk:

Remove or comment from "# Stronger warning checks, and warnings-->errors, for libraries and CGIs:" to "endif # Apply the stronger checks to all code on our development machine:"

  1. Type command line MACHTYPE=x86_64 ; export $MACHTYPE

  2. Type command line mkdir ~/bin/$MACHTYPE ; cd blastSrc && make ; make MACHTYPE=$MACHTYPE

If any permission denied errors appears during cd blastSrc && make, just jump to make MACHTYPE=$MACHTYPE

from aligngraph.

Hua-CM avatar Hua-CM commented on May 17, 2024

@rafaeltiveron Thanks!!!!!! That make a big help for me. For others who are looking for blat v34, here is the url https://users.soe.ucsc.edu/~kent/src/

from aligngraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.