Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no PBS dir #9

Open
ericgonzalezs opened this issue Nov 15, 2024 · 3 comments
Open

no PBS dir #9

ericgonzalezs opened this issue Nov 15, 2024 · 3 comments
Assignees

Comments

@ericgonzalezs
Copy link

ericgonzalezs commented Nov 15, 2024

Hi,

I downloaded juicer 1.5.6 from here https://github.com/aidenlab/juicer/releases/tag/1.5.6

There are only the next directories in this version:
AWS CPU LICENSE LSF misc README.md SLURM UGER

This does not include the directory PBS. Do I have to download the lates juicer version?

Thanks!

Eric

@ericgonzalezs
Copy link
Author

I used the latest verision and I am having the next error:

processing links
iteration:9
Processing Iter 10!
Reach the best!
Traceback (most recent call last):
File "/home/egonza02/scratch/SOFTWARE/PUZZEL_HIC/puzzle-hi-c/main.py", line 1789, in
subprocess.run("{0} pre {1} {2}.hic {3}".format(juicer_tools,
File "/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/python/3.9.6/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '{Juicer}/PBS/scripts/juicer_tools pre Harg2202_HIC_oldhifiasm.hic.hap1.txt.re.sort Harg2202_HIC_oldhifiasm.hic.hap1.hic Harg2202_HIC_oldhifiasm.hic.hap1.Chrom.sizes' returned non-zero exit status 127.

@linguoliang
Copy link
Owner

I used the latest verision and I am having the next error:

processing links iteration:9 Processing Iter 10! Reach the best! Traceback (most recent call last): File "/home/egonza02/scratch/SOFTWARE/PUZZEL_HIC/puzzle-hi-c/main.py", line 1789, in subprocess.run("{0} pre {1} {2}.hic {3}".format(juicer_tools, File "/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/python/3.9.6/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '{Juicer}/PBS/scripts/juicer_tools pre Harg2202_HIC_oldhifiasm.hic.hap1.txt.re.sort Harg2202_HIC_oldhifiasm.hic.hap1.hic Harg2202_HIC_oldhifiasm.hic.hap1.Chrom.sizes' returned non-zero exit status 127.

Hi Eric, you can change the parameter from -j {Juicer}/PBS/scripts/juicer_tools to -j {Juicer}/CPU/common/juicer_tools. This should work even with the version you downloaded (1.5.6). Let me know if you encounter any other issues!

@linguoliang linguoliang self-assigned this Dec 24, 2024
@linguoliang
Copy link
Owner

{Juicer}

Sorry, there's a small mistake here: {Juicer} needs to have a $ symbol added, -j ${Juicer}/CPU/common/juicer_tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants