HiC Mapper¶
one cell¶
Note
If the total length of your input genome is larger than 8 Gb, the -k 27 -w 14 should be specified, to avoid the error of chromap.
mutiple cells¶
Submit by specified multiple times¶
run_mapping.sh
cphasing hic mapper -f draft.asm.fasta -1 hic-1_R1.fastq.gz -1 hic-2_R1.fastq.gz -2 hic-1_R2.fastq.gz -2 hic-2_R2.fastq.gz -t 40
Note
The input Hi-C reads must paired by position
Submit each cell to the cluster¶
- use multiple scripts to run mapper for each sample
run_sample1.shcphasing hic mapper -f draft.asm.fasta -1 hic-1_R1.fastq.gz -2 hic-1_R2.fastq.gz -t 40
Note
Please submit one first; wait until the index is successfully created and the remaining jobs are enabled to submit to the cluster.
- merge results