-
Notifications
You must be signed in to change notification settings - Fork 1
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
The problem of the output #2
Comments
Hey! Thanks a lot for using PRAWNS! Apologies for replying a bit late. To understand the situation with multiple 0s in the retained block coordinates, let me walk you through the process of block identification and metablock construction. With your setting of During the metablock construction, the corresponding constituent blocks from some genomes may not be merged into the metablock: This can be due to multiple reasons such as not all "core" blocks being identified, the core blocks were not in the required relative orientations, or the separation between the collocated blocks were larger than specified The logs generated during PRAWNS execution mention the blocks that went into the construction of each metablock. In case these logs are not available now, an easier way to determine this is to perform an alignment of the block FASTA sequence with the Let me know if this helps. In case you need further detailed assistance with understanding the outputs, you may reach out to me over email and we can discuss this further. Thanks again for using PRAWNS and all the best with your research :) |
Thank you for your detailed answer. I want to make sure that the coordinates are given in the order of the sample file in |
Yes, that is correct. Further, the fasta sequences (contigs) within a genome file input are deemed concatenated in the same order as that from the provided input. For instance, in the earlier example, you can run the following command and extract the corresponding retained block sequence from genome number 39 (i.e. 40th genome in the list---the genomes are 0-indexed):
Retained block index: 53, |
Thank you for the development of the software PRAWNS! Here I have some problems.
I used the following parameters: --min_perc 85.0
I used the
--min_perc 85.0
parameter, but why are there some retained blocks in the retained_block_coords.csv that do not appear in more than 85% of the samples, and the coordinates appear to be consistent. Are these coordinate information given in the order of the sample files in--input
? The results of metablock_coords.csv seem to conform to appearing in more than 85% of the samples, and the coordinates are inconsistent.Below is a line of the retained_block_coords.csv:
53,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3249343,3249392,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3249343,3249392,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3249343,3249392,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3249343,3249392,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3249343,3249392,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
The text was updated successfully, but these errors were encountered: