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

Load ImmunoSeq data into iReceptor Turnkey #6

Open
bcorrie opened this issue May 21, 2020 · 4 comments
Open

Load ImmunoSeq data into iReceptor Turnkey #6

bcorrie opened this issue May 21, 2020 · 4 comments
Assignees

Comments

@bcorrie
Copy link
Member

bcorrie commented May 21, 2020

Load the data downloaded in #5, converted using the software created through #3, into the iReceptor Turnkey installed in #4

@bcorrie
Copy link
Member Author

bcorrie commented May 23, 2020

If you log in to the project VM, cd into turnkey-service-php, and type:

./scripts/load_metadata.sh repertoire ~/dataloading-curation/test/airr_repertoire/florian.airr.1.json

This will load the repertoire file into the iReceptor repository... The example file above is here: https://github.com/sfu-ireceptor/dataloading-curation/blob/master/test/airr_repertoire/florian.airr.1.json

If you can produce a JSON file in the AIRR format similar to the one used in the file above from an Adaptive file, type the above to load it, then we can declare victory! 8-)

@bcorrie
Copy link
Member Author

bcorrie commented May 23, 2020

Docs on using the iReceptor Turnkey, which is installed on the project VM, are here: https://github.com/sfu-ireceptor/turnkey-service-php

@bcorrie
Copy link
Member Author

bcorrie commented May 23, 2020

You can search the iReceptor repository to see if the data was loaded with:
curl -s --data "{}" http://localhost/airr/v1/repertoire | python -m json.tool

@bcorrie
Copy link
Member Author

bcorrie commented May 23, 2020

Finally, you can view the loaded data in the development iReceptor Gateway at http://gateway-airr.ireceptor.org

@lfunderburk lfunderburk self-assigned this May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants