Skip to content
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

Is there an option for Ray to output reads not used in the assembly? Is this in the AMOS file? #65

Open
sebhtml opened this issue Jun 25, 2012 · 4 comments

Comments

@sebhtml
Copy link
Owner

sebhtml commented Jun 25, 2012

Is there an option for Ray to output reads not used in the assembly? Is this in the AMOS file?

Reported-by: Keith Robison <keith.e.robison AT gmail.com>

@mscook
Copy link

mscook commented Jun 26, 2012

Hi Seb,

I was interested using the protocol outlined in:

http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0031002

I was having no such luck with the Ray amos file. I contacted the author and this was his response:

"Ray natively produce the afg file, however it is not complete. In particular it lacks all the "first" part in which reads are described. Without this information the bank cannot be constructed. If you have more than one library things get really messy!!! In order to "complete" the afg file for PLOSone paper I used the afg file from velvet. Ray is missing only the description part so it is not a problem to copy it."

I assume this relates to the issue above.

Regards

Mitch

@sebhtml
Copy link
Owner Author

sebhtml commented Jun 26, 2012

Hello,

I am able to create a bank with AMOS from a Ray AMOS file.

The implementation is based on the specification:

http://sourceforge.net/apps/mediawiki/amos/index.php?title=Message_Types

Maybe the protocol uses optional information in the AMOS message protocol.

[boiseb01@ls30 RayKmerSearchDevel]$ bank-transact -b MyBank -c -m
TestX/AMOS.afg
START DATE: Tue Jun 26 08:32:41 2012
Bank is: MyBank
0% 100%
AFG ..................................................
Messages read: 20008
Objects added: 20008
Objects deleted: 0
Objects replaced: 0
END DATE: Tue Jun 26 08:32:42 2012

Mitchell J Stanton-Cook a écrit :

Hi Seb,

I was interested using the protocol outlined in:

http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0031002

I was having no such luck with the Ray amos file. I contacted the author and this was his response:

"Ray natively produce the afg file, however it is not complete. In particular it lacks all the "first" part in which reads are described. Without this information the bank cannot be constructed. If you have more than one library things get really messy!!! In order to "complete" the afg file for PLOSone paper I used the afg file from velvet. Ray is missing only the description part so it is not a problem to copy it."

I assume this relates to the issue above.

Regards

Mitch


Reply to this email directly or view it on GitHub:
#65 (comment)

@sebhtml
Copy link
Owner Author

sebhtml commented Oct 4, 2012

Reported-by: Lionel Frangeul lfrangeu@pasteur.fr

@sebhtml
Copy link
Owner Author

sebhtml commented Feb 8, 2013

@mscook

"Ray natively produce the afg file, however it is not complete. In particular it lacks all the "first" part
in which reads are described. Without this information the bank cannot be constructed. If you have more
than one library things get really messy!!! In order to "complete" the afg file for PLOSone paper I used the
afg file from velvet. Ray is missing only the description part so it is not a problem to copy it."

I remember using Ray's afg file with this command:

bank-transact -m data.afg -b data.bnk -c

Please open a separate issue if you feel like this should be fixed in Ray.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants