running Juicer "awk: syntax error"
0
0
Entering edit mode
12 months ago
Jarjayes ▴ 10

I'm using Juicer to analyze Hi-C data.

I finished install and try to use test data.

When I run

enter image description here

It seems to "chimeric_sam.awk" has a problem. I'm beginner of bioinformatics. Can anyone help me ?

awk • 623 views
ADD COMMENT
1
Entering edit mode

Yes, Juicer and Juicebox are notoriously fickly to get to run. I recommend using a Docker container (e.g. this one) to save yourself some hassle.

In your particular case, I think the problem is the macOS version of awk. macOS is a derivative of BSD, whereas most Linux distributions package components of the GNU operating system together with the Linux kernel. (For this reason, a bitter dispute ignited over whether naming it GNU/Linux would be more appropriate). Many utility tools such as grep, sed, awk have been notably improved from their original Unix versions by the GNU developers. Thus, the versions shipped with most Linux distributions are superior to those contained in macOS. (e.g. the macOS grep doesn’t support Lookarounds or the match reset \K in regexes.). Since the Docker image is based on Linux, things should work there.

ADD REPLY
1
Entering edit mode

Thank you.  I have not used Docker, but taking this opportunity, I will try to use.

I will ask questions if I there is something that I don't understand.

ADD REPLY

Login before adding your answer.

Traffic: 2014 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