-
Notifications
You must be signed in to change notification settings - Fork 61
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
Restriction with Arima kit #391
Comments
Hi Jeff, cheers |
Hi @fransua, Thank you for the reply. I ran tadbit map with --renz MboI Hinfl and --renz MboI DpnII HinfI and it produced the following error - Writing log to /home/jgodwin/Data/Hi-C/RK_data/2_Tadbit_Out/process.log The mapping runs fine with just --renz DpnII but the addition of HinfI produces the above error. Thanks |
It appears the "HinfI" enzyme (STRING) is the issue. Any other combinations of enzymes proceeds normally. Running with just --renz HinfI produces the same error as above |
My TADbit version is v1.1 I'm attaching my bash script for your reference - fastq_dir="/home/jgodwin/Data/Hi-C/RK_data/1_Raw_data" tadbit map -w ${workdir} --fastq ${fastq_dir}/WT_L1_1.dsrc --read 1 --index ${yeast_ref}/sacCer3.gem --renz DpnII HinfI --genome ${yeast_ref}/sacCer3.fa -C 3 I have tried with --renz MboI HinfI as well. |
Unfortunately the problem exists after re-installation too. Running with MboI and HindIII proceeds without a problem. Attaching the log here - Writing log to /home/jgodwin/Data/Hi-C/RK_data/2_Tadbit_Out/process.log
|
It appears it's a problem with the reads. The mapping proceeds with the demo data used for the 3DARORC tutorial (SRR5077821) without a problem. |
Hi, or an heterogeneous read lengths, can you check that all your reads are the same size? |
Hi Francois, The same issue shows up with the new index as well. My read lengths are the same (35bp - wonder if this is tripping something). I tried mapping with bowtie and hisat as well. Thanks again. |
Dear team,
I would like to clarify if the --renz parameter in tadbit map supports the restriction site for the
ARIMA kit (https://arimagenomics.com/products/genome-wide-hic/) - ^GATC,G^ANTC.
If so, what is the string I need to use for the --renz parameter?
Many thanks,
Jeff
The text was updated successfully, but these errors were encountered: