Hi, I want to use this tool to find TADs but met a problem. here is my scripts:
first, I used minimap2 to mapping HiC reads to my genome:
$MINIMAP/minimap2 -ax sr NN1138-2.v1.0.genome.fasta soybean_R1.fastq.gz soybean_R2.fastq.gz > alignment.sam
then I try to Extracting contact pairs :
$HICKIT/hickit.js sam2seg alignment.sam | $HICKIT/hickit.js chronly - | gzip > contacts.seg.gz
but met an error:
: No such file or directory
: No such file or directory
I used the ls command to make sure the the path of hickit.js and alignment.sam is correct.
I tried to download the k8-linux from https://github.com/lh3/varcmp and put it into The environment variable But it didn't work.
Could you help me fix the problem. Thank you very much.
Hi, I want to use this tool to find TADs but met a problem. here is my scripts:
first, I used minimap2 to mapping HiC reads to my genome:
$MINIMAP/minimap2 -ax sr NN1138-2.v1.0.genome.fasta soybean_R1.fastq.gz soybean_R2.fastq.gz > alignment.sam
then I try to Extracting contact pairs :
$HICKIT/hickit.js sam2seg alignment.sam | $HICKIT/hickit.js chronly - | gzip > contacts.seg.gz
but met an error:
: No such file or directory
: No such file or directory
I used the ls command to make sure the the path of hickit.js and alignment.sam is correct.
I tried to download the k8-linux from https://github.com/lh3/varcmp and put it into The environment variable But it didn't work.
Could you help me fix the problem. Thank you very much.