-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue when building the docker image (ERROR [30/39]) #65
Comments
Hi, it's quite painful to install these dependencies, so I'd recommend just use the prebuilt docker image |
Hi thank you for your response. |
In the readme there's example commands that start with 'docker run'
…On Mon, 24 June 2024, 6:05 pm avp65, ***@***.***> wrote:
Hi thank you for your response.
Can you explain me how to find and use the prebuilt docker image?
I thought we have to use the file named Dockerfile to built it by ourselve
that's why I run the command line:
docker build . -f Dockerfile.txt.
—
Reply to this email directly, view it on GitHub
<#65 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEQQM3GLMFB7XV4QEE6BQTZI7HOBAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBVHA3DSMRZGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Readme has errors, try: docker pull mrbradley2/clinsv:v1.0 not the readme's docker pull mrbradley2/clinsv:v1.0.0 |
Thank you for your response, I tried it but it stops prematurely with this message : ***** error exist status != 0 (35072), please check /app/project_folder/alignments/FR05812606/bw/sh/bigwig.q0.FR05812606.e for more information
|
This looks similar to issue #34 . ClinSV requires at least 60gb of ram. Have you looked at how much ram is being taken up before it gets shut down? |
increasing the memory got passed the initial error!
No I am to this error:
### executing: sh /app/project_folder/SVs/joined/lumpy/sh/lumpy.caller.joined.sh &> /app/project_folder/SVs/joined/lumpy/sh/lumpy.caller.joined.e ...
### finished after (hh:mm:ss): 00:00:00
### exist status: 256
and that file gives you this:
+ export PATH=/app/clinsv/bin:/app/clinsv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/app/clinsv/bin:/app/clinsv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ declare -A meanArr
+ declare -A stdevArr
+ declare -A readLArr
++ samtools view /app/project_folder/alignments/NG130ECKCK/NG130ECKCK.bam chr1:1000000-1100000
++ cut -f 10
++ sort -rn
++ awk '{ print length}'
++ awk '(NR==1){print}'
[main_samview] random alignment retrieval only works for indexed BAM or CRAM files.
+ readLArr[rg]=
Please help— more—— Thanks
Charles
… On Jul 11, 2024, at 11:39 PM, J-Bradlee ***@***.***> wrote:
This looks similar to issue #34 <#34> . ClinSV requires at least 60gb of ram. Have you looked at how much ram is being taken up before it gets shut down?
—
Reply to this email directly, view it on GitHub <#65 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AL3NR7YIX44MER4PTHTOIGTZL5MXZAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRUGU3TONBQG4>.
You are receiving this because you commented.
|
Hi Charles,
Do you have the BAM index files (.bai) in the same folder where you put your BAMs?
From: tollecr ***@***.***>
Date: Sunday, 28 July 2024 at 8:02 am
To: KCCG/ClinSV ***@***.***>
Cc: J-Bradlee ***@***.***>, Comment ***@***.***>
Subject: Re: [KCCG/ClinSV] Issue when building the docker image (ERROR [30/39]) (Issue #65)
increasing the memory got passed the initial error!
No I am to this error:
### executing: sh /app/project_folder/SVs/joined/lumpy/sh/lumpy.caller.joined.sh &> /app/project_folder/SVs/joined/lumpy/sh/lumpy.caller.joined.e ...
### finished after (hh:mm:ss): 00:00:00
### exist status: 256
and that file gives you this:
+ export PATH=/app/clinsv/bin:/app/clinsv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/app/clinsv/bin:/app/clinsv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ declare -A meanArr
+ declare -A stdevArr
+ declare -A readLArr
++ samtools view /app/project_folder/alignments/NG130ECKCK/NG130ECKCK.bam chr1:1000000-1100000
++ cut -f 10
++ sort -rn
++ awk '{ print length}'
++ awk '(NR==1){print}'
[main_samview] random alignment retrieval only works for indexed BAM or CRAM files.
+ readLArr[rg]=
Please help— more—— Thanks
Charles
On Jul 11, 2024, at 11:39 PM, J-Bradlee ***@***.***> wrote:
This looks similar to issue #34 <#34> . ClinSV requires at least 60gb of ram. Have you looked at how much ram is being taken up before it gets shut down?
—
Reply to this email directly, view it on GitHub <#65 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AL3NR7YIX44MER4PTHTOIGTZL5MXZAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRUGU3TONBQG4>.
You are receiving this because you commented.
—
Reply to this email directly, view it on GitHub<#65 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQY3KSJX2WDQCQEHZ4ZBN23ZOQKHVAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGI3DKMBYGA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Yes
…On Wed, Jul 31, 2024 at 11:00 PM J-Bradlee ***@***.***> wrote:
Hi Charles,
Do you have the BAM index files (.bai) in the same folder where you put
your BAMs?
From: tollecr ***@***.***>
Date: Sunday, 28 July 2024 at 8:02 am
To: KCCG/ClinSV ***@***.***>
Cc: J-Bradlee ***@***.***>, Comment ***@***.***>
Subject: Re: [KCCG/ClinSV] Issue when building the docker image (ERROR
[30/39]) (Issue #65)
increasing the memory got passed the initial error!
No I am to this error:
### executing: sh /app/project_folder/SVs/joined/lumpy/sh/
lumpy.caller.joined.sh &>
/app/project_folder/SVs/joined/lumpy/sh/lumpy.caller.joined.e ...
### finished after (hh:mm:ss): 00:00:00
### exist status: 256
and that file gives you this:
+ export
PATH=/app/clinsv/bin:/app/clinsv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+
PATH=/app/clinsv/bin:/app/clinsv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ declare -A meanArr
+ declare -A stdevArr
+ declare -A readLArr
++ samtools view /app/project_folder/alignments/NG130ECKCK/NG130ECKCK.bam
chr1:1000000-1100000
++ cut -f 10
++ sort -rn
++ awk '{ print length}'
++ awk '(NR==1){print}'
[main_samview] random alignment retrieval only works for indexed BAM or
CRAM files.
+ readLArr[rg]=
Please help— more—— Thanks
Charles
> On Jul 11, 2024, at 11:39 PM, J-Bradlee ***@***.***> wrote:
>
>
> This looks similar to issue #34 <
#34> . ClinSV requires at least 60gb
of ram. Have you looked at how much ram is being taken up before it gets
shut down?
>
> —
> Reply to this email directly, view it on GitHub <
#65 (comment)>, or
unsubscribe <
https://github.com/notifications/unsubscribe-auth/AL3NR7YIX44MER4PTHTOIGTZL5MXZAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRUGU3TONBQG4>.
> You are receiving this because you commented.
>
—
Reply to this email directly, view it on GitHub<
#65 (comment)>, or
unsubscribe<
https://github.com/notifications/unsubscribe-auth/AQY3KSJX2WDQCQEHZ4ZBN23ZOQKHVAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGI3DKMBYGA>.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#65 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL3NR75RKR2NCCJONJW6QSTZPGXELAVCNFSM6AAAAABJRO4QSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRRHE2TAMJQGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Samtools is throwing an error since it can't find the bai files or it wasn't indexed. Run this samtools command on you bam file:
The corresponding bai folder should be in your clinsv input folder with your bam |
Hello
I am a beginner in bioinformatic and the use of command line tools.
I am trying to build the image docker using the Dockerfile. The process failed at that step :
RUN cd $clinsv_path &&
git clone --branch latest-stable https://github.com/root-project/root.git root_src &&
mkdir root_build root_install && cd root_build &&
cmake -DCMAKE_INSTALL_PREFIX=../root_install ../root_src && \
Here is a copy of all the process and the error message that I got.
What should I do to solve this problems ? Thank you.
The text was updated successfully, but these errors were encountered: