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

Missing juicebox.sh | YaHS #100

Open
RozimovAkbarjon opened this issue Jan 15, 2025 · 1 comment
Open

Missing juicebox.sh | YaHS #100

RozimovAkbarjon opened this issue Jan 15, 2025 · 1 comment

Comments

@RozimovAkbarjon
Copy link

After producing 01.cluster, 02.reassign, and 03.sort; I'm facing to run juicebox.sh. The error indicating the missing juicebox.sh.

(haphic) [Akbarjon@snailfish 6.Pkau-haphic]$ cat haphic.err3
sed: can't read juicebox.sh: No such file or directory
sed: can't read juicebox.sh: No such file or directory
bash: juicebox.sh: No such file or directory

How can I resolve this issue?

Script:

(4) Juicebox Curation

if [ -f "${WORKDIR}/04.build/out_JBAT.hic" ]; then
echo "Juicebox curation already completed. Skipping Juicebox step."
else
echo "Step 4: Running Juicebox curation..."
cd ${WORKDIR}/04.build
mkdir -p ${WORKDIR}/04.build/tempdir
sed -i 's/-Xmx32G/-Xmx500G/' juicebox.sh
sed -i "s#java#java -Djava.io.tmpdir=${WORKDIR}/04.build/tempdir#" juicebox.sh

Run Juicebox

bash juicebox.sh
if [ $? -ne 0 ]; then
    echo "Error during Juicebox curation."
    exit 1
fi
@zengxiaofei
Copy link
Owner

Hi @RozimovAkbarjon;

Which version of HapHiC did you use? Was the 04.build directory generated correctly? If you can provide the log output from HapHiC, it will help me to figure out what happened.

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