Closed SuhasSrinivasan closed 2 years ago
Hi @SuhasSrinivasan , thank you for reporting these issues. Just a heads up, a lot of the problems should go away shortly once we release a pipy module for installation. You can get a head start on this by cloning the following branch locally:
https://github.com/kundajelab/chrombpnet/tree/create-pip-module
and then installing with pip -e on your system:
pip install -e chrombpnet
Hi @annashcherbina, I believe this issue does not fall under the Installation category.
bam_to_bigwig.sh
is failing to read to the file: hg38.chrom.sizes
so it actually does because of how the scripts are linked. See here: https://github.com/kundajelab/chrombpnet/blob/create-pip-module/setup.py#L37
It was a linking issue in the original branch, fixed in this one.
Please see example of how to execute the full workflow and avoid this issue:
https://github.com/kundajelab/chrombpnet/blob/create-pip-module/tests/full_workflow.sh
Can you change this to
bash step2_make_bigwigs_from_bams.sh data/downloads/merged.bam data/downloads/K562 ATAC_PE data/downloads/hg38.fa data/downloads/hg38.chrom.sizes
your hg38.chrom.sizes is in data/downloads/hg38.chrom.sizes
correct?
@SuhasSrinivasan Can you confirm that this is working after this change for you?
I got the confirmation from another user accessing this. I am going to close this for now. Please feel free to open this if not resolved! Thank you @SuhasSrinivasan
There is an issue
Error: Can't open genome filehg38.chrom.sizesExiting...
Originating from: `https://github.com/kundajelab/chrombpnet/blob/135f548ab0f4c3869a40442111b3c09d78bb7a99/src/helpers/preprocessing/bam_to_bigwig.sh#L52Full printed message
Troubleshooting tried:
cat hg38.chrom.sizes
file is readable and not corrupted