-
Notifications
You must be signed in to change notification settings - Fork 5
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
Need help to run lastz.psl-100k_sim.sh #1
Comments
Hi,
You would need to install some ucsc genomic utilities:
https://genome.ucsc.edu/util.html
…On Mon, Apr 25, 2022 at 12:36 PM farhan-lab ***@***.***> wrote:
Dear Luohao,
I am trying to investigate the ZW similarity and evolutionary strata using
your script "lastz.psl-100k_sim.sh" and following similar analysis as
reported in your paper Xu et al. 2019. I have assembled pseudo-scaffold for
each Z and W chromosomes. I tried to run the script according to your
protocol as following command:
*sh ./BOPsexChr-master/lastz.psl-100k_sim.sh
<http://lastz.psl-100k_sim.sh> result_test Z_masked.fasta
W-scaff.masked.fasta*
But I get the following error messages.
FAILURE: in init_from_anchors(), structure size would exceed 2^32
(362128816 + 128*45266102)
consider raising scoring threshold (--hspthresh or --exact) or breaking
your target sequence into smaller pieces
./BOPsexChr-master/lastz.psl-100k_sim.sh: 17: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: faSize: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 18: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: faSize: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 19: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: chainPreNet: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 21: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: chainNet: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 21: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: netSyntenic: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 23: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: faToTwoBit: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 24: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: faToTwoBit: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 26: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: ./BOPsexChr-master/lastz.psl-100k_sim.sh: 26:
./BOPsexChr-master/lastz.psl-100k_sim.sh: netToAxt: not found
axtSort: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 28: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: axtToMaf: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 30: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: mafToPsl: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 33: ./BOPsexChr-master/
lastz.psl-100k_sim.sh: pslScore: not found
Could you please guide me, how can I fix these warnings and run the script
with success?
Many thanks,
Regards,
Farhan
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHDX4IYBQNIGHICAE74CO3VGYOODANCNFSM5UHKWRSA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, |
For the purpose of this task, installing what is needed, e.g. faSize, will be fine, though it never harms to install all of them. |
For the purpose of this task, installing what is needed, e.g. faSize, will be fine, though it never harms to install all of them.
…On Apr 25, 2022, 6:29 PM +0800, farhan-lab ***@***.***>, wrote:
Hi,
Many thanks for your quick response. I already installed LASTZ tool, for ucsc genomic utilities, should I install all of the listed utilities or any specific?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks, I already install all utilities and run the script again, this time I got some files, but the main output files are empty: ./BOPsexChr-master/lastz.psl-100k_sim.sh: 7: ./BOPsexChr-master/lastz.psl-100k_sim.sh: module: not found ls -lah Do you think it may be possible that , Z and W chromosome alignments were somehow restricted from the lastz filtering criterion "--hspthresh=2200 --inner=2000 --ydrop=3400 --gappedthresh=10000" which ended up no similarity? Many thanks for your support |
can you show me result_test/result_test.z.fa.size |
Sure, Here it is: |
how about result_test/result_test.w.list.mask.fa.size? Perhaps try lastz with default settings, i.e. without "--hspthresh=2200 --inner=2000 --ydrop=3400 --gappedthresh=10000", and try with smaller size data to figure out the problem. |
cat result_test.w.list.mask.fa.size OK.. I will try lastz with default setting. and update on it soon |
maybe also try splitting Super-Scaffol into smaller pieces. The issue seems to be memory limitation. |
Hi I just re run with last options and the output files are still empty. cat result_test.axt lastz.v1.04.15 --step=19 --format=axthsp_threshold = 3000gapped_threshold = 3000x_drop = 910y_drop = 9400gap_open_penalty = 400gap_extend_penalty = 30A C G TA 91 -114 -31 -123C -114 100 -125 -31G -31 -125 100 -114T -123 -31 -114 91Is it possible that my Z and W scaffolds sequences do not show any similarity or homology at all? |
please try with nucmer or other tools then - sorry but I couldn't be more helpful. |
Dear Luohao,
I am trying to investigate the ZW similarity and evolutionary strata using your script "lastz.psl-100k_sim.sh" and following similar analysis as reported in your paper Xu et al. 2019. I have assembled pseudo-scaffold for each Z and W chromosomes. I tried to run the script according to your protocol as following command:
sh ./BOPsexChr-master/lastz.psl-100k_sim.sh result_test Z_masked.fasta W-scaff.masked.fasta
But I get the following error messages.
FAILURE: in init_from_anchors(), structure size would exceed 2^32 (362128816 + 128*45266102)
consider raising scoring threshold (--hspthresh or --exact) or breaking your target sequence into smaller pieces
./BOPsexChr-master/lastz.psl-100k_sim.sh: 17: ./BOPsexChr-master/lastz.psl-100k_sim.sh: faSize: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 18: ./BOPsexChr-master/lastz.psl-100k_sim.sh: faSize: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 19: ./BOPsexChr-master/lastz.psl-100k_sim.sh: chainPreNet: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 21: ./BOPsexChr-master/lastz.psl-100k_sim.sh: chainNet: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 21: ./BOPsexChr-master/lastz.psl-100k_sim.sh: netSyntenic: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 23: ./BOPsexChr-master/lastz.psl-100k_sim.sh: faToTwoBit: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 24: ./BOPsexChr-master/lastz.psl-100k_sim.sh: faToTwoBit: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 26: ./BOPsexChr-master/lastz.psl-100k_sim.sh: ./BOPsexChr-master/lastz.psl-100k_sim.sh: 26: ./BOPsexChr-master/lastz.psl-100k_sim.sh: netToAxt: not found
axtSort: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 28: ./BOPsexChr-master/lastz.psl-100k_sim.sh: axtToMaf: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 30: ./BOPsexChr-master/lastz.psl-100k_sim.sh: mafToPsl: not found
./BOPsexChr-master/lastz.psl-100k_sim.sh: 33: ./BOPsexChr-master/lastz.psl-100k_sim.sh: pslScore: not found
Could you please guide me, how can I fix these warnings and run the script with success?
Many thanks,
Regards,
Farhan
The text was updated successfully, but these errors were encountered: