Entering edit mode
6.6 years ago
dzisis1986
▴
70
Hi
i want to create a fasta file using the mouse (mm10) genome and my first restriction enzyme AAGCTT. The new fasta file will start with AAGCTT and end with that. i already tries to create fragments with 2 existing functions of Basic4Cseq and FourCseq but without success. I want something that will list all of the AAGCTT sites in the genome in the format chr:start-stop. After that i can use this file to extract fasta sequence which will start and end with my restriction enzyme
Any idea ? any script ?
Best
Dimitris
You can use EMBOSS restrict to do this analysis. Get the
start:stop
from results file. Then usesamtools faidx
ofpyfaidx
to retrieve fasta sequences from your genome file.see Genomic Restriction Finder
I cant run make biostar86480 !! i installed 3 times java and again i have the same error
Any alternative solution ???
you're using the wrong version of java. don't use the new java 9, or the very new java 10
http://lindenb.github.io/jvarkit/Biostar86480.html
What i see and i cant delete is java version javac 10.0.1
I don't know if it's going to work with javac 10, but try to add the source and target flags in
https://github.com/lindenb/jvarkit/blob/master/Makefile#L885
and
https://github.com/lindenb/jvarkit/blob/master/Makefile#L106