-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Dear all,
I fixed IGV hg38 issue, the solution is not very clean, since I did not rewrite the code, but simply replaced b37 with hg38 and the corresponding tracks.
I didn’t make changes to the working image or fork it, so for now I suggest just mounting the corrected version of the main script (please unzip first).
this is how to run:
docker run --rm \
--mount type=bind,source=/**your_path**/clinsv_hg38,target=/app/clinsv/bin/clinsv \
--name clinsv \
-v /your_path/ \
--entrypoint "perl" mrbradley2/clinsv:v1.1-dev /app/clinsv/bin/clinsv \
-r all \
-p "/**your_path**/clinsv_results/" \
-i "/**your_path**/*.bam" \
-ref "/**your_path**/refdata-b38/refdata-b38"
enjoy!
Metadata
Metadata
Assignees
Labels
No labels