|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hey all, I am using Cygwin on a machine running windows 7 64bits. I am about to use the following command: Code:
$ faToTwoBit in.fa out.2bit In the manual on sourceforge it mentioned: "Download blat and faToTwoBit and set the blat_bin and fatotwobit_bin entries in config.txt to the fully qualified paths of the blat and faToTwoBit binaries." SourceForge.net: Comrad 0.1.0 - fusioncomrad I downloaded blat and faToTwoBit and put them in /Usr/bin But when I try to run the command I see this error: Code:
-bash: /usr/bin/faToTwoBit: cannot execute binary file BTW, I checked the file that I downloaded and it is an ELF 64-bit LSB executable. Code:
$ file /usr/bin/faToTwoBit /usr/bin/faToTwoBit: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped Anyone can help me?! :| Tnx |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Cygwin is not Linux. Quoting Cygwin main page:
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks jlliagre. What you're saying makes me worried! :\ And well.. it seems it's true! It's bin a while that I am using cygwin to run the unix commands and it worked perfectly so far! So, do you have any suggestion for this problem?
Tnx |
|
#4
|
|||
|
|||
|
As already suggested, recompile from source. In that specific case, that would be Comrad - Browse /0.1 at SourceForge.net
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
You need faToTwoBit compiled in Windows exe (PE) format but against cygwin1.dll not the native windows dll. You can't run native ELF binaries on Cygwin.
As fas as I know, the faToTwoBit application hasn't been ported yet to cygwin. You can take a look here: samtools installation - SEQanswers SAMtools installation - SEQanswers Seems to be problematic to compile under cygwin. |
| The Following User Says Thank You to Tribe For This Useful Post: | ||
@man (07-18-2012) | ||
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot execute binary file | SmithJ | UNIX for Dummies Questions & Answers | 6 | 09-28-2010 08:09 AM |
| cannot execute binary file | MarieM | UNIX for Dummies Questions & Answers | 3 | 06-14-2010 03:50 AM |
| convert a .tr file to binary in cygwin | sparklezilla3 | UNIX for Dummies Questions & Answers | 0 | 05-01-2010 09:16 AM |
| can not execute binary file | Anu10 | SuSE | 1 | 07-30-2009 02:36 AM |
| cannot execute binary file | bhag281 | Shell Programming and Scripting | 4 | 03-23-2009 06:38 AM |
|
|