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

adam-submit: Not able to transform fasta file to adam format. #2288

Closed
shashwatwork opened this issue Jan 5, 2021 · 3 comments
Closed

adam-submit: Not able to transform fasta file to adam format. #2288

shashwatwork opened this issue Jan 5, 2021 · 3 comments
Milestone

Comments

@shashwatwork
Copy link

I tried running adam-submit on AWS EMR in order to convert fasta genomic sequence file to adam but no transformation has been applied. Following commands have been used -

adam-submit --fasta2adam s3://gendata/cov2.fasta s3://gendata/cov2.adam
adam-submit --fasta2adam cov2.fasta cov2.adam
adam-submit --transformAlignments s3://gendata/cov2.fasta s3://gendata/cov2.adam

Please let me know if I am making any errors in running the above commands or any additional args required.

Output

@heuermh
Copy link
Member

heuermh commented Jan 6, 2021

Hello @shashwatwork, thanks for submitting this issue!

First, based on the list of ADAM commands in the screenshot, you are running a very old version of ADAM. You may wish to update to a more recent version, see https://github.com/bigdatagenomics/adam/releases

Second, the format of your command line is a bit off, it should be

adam-submit fasta2adam s3://gendata/cov2.fasta s3://gendata/cov2.adam
adam-submit fasta2adam cov2.fasta cov2.adam
adam-submit transformAlignments s3://gendata/cov2.fasta s3://gendata/cov2.adam

instead of what you have above.

Hope this helps!

@shashwatwork
Copy link
Author

Thnx, a bunch @heuermh updated adam to a recent version and modified cmd line args based on your suggestions that worked.

@heuermh
Copy link
Member

heuermh commented Jan 11, 2021

Good to hear!

@heuermh heuermh added this to the 0.34.0 milestone Jan 11, 2021
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