-
Notifications
You must be signed in to change notification settings - Fork 3
Add instructions for offline use #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
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
|
||
#### Conda | ||
```sh | ||
conda install -c bioconda -c conda-forge metagraph |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last time I checked, bioconda image was quite behind the git trunk. In particular, the query above wouldn't work due to incompatible CLI arguments. Should we do something about it before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I'm creating the new release now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the conda instructions for now since there's still some work being done on upgrading the package.
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
--min-kmers-fraction-graph 0 \ | ||
examples/100_studies_short.fq | ||
``` | ||
replacing `${MNTDIR}` with the local mount path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably provide some specific examples on what should be used as ${MNTDIR}
.
Co-authored-by: Oleksandr Kulkov <[email protected]>
```sh | ||
aws s3 sync s3://metagraph-data-public/all_sra/data/metagenome/0400 . --no-sign-request --region eu-central-2 | ||
``` | ||
Currently, chunks numbered `0001` through to `0400` are available for download. The example query file is located in this repository under [`examples/100_studies_short.fq`](https://github.com/ratschlab/metagraph-open-data/blob/main/examples/100_studies_short.fq). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akahles should we put "through to 4000
here?
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
Co-authored-by: Oleksandr Kulkov <[email protected]>
No description provided.