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

No output for bf-fetch seq when given a RefSeq accession #1

Open
dagsdags212 opened this issue Jan 20, 2025 · 1 comment
Open

No output for bf-fetch seq when given a RefSeq accession #1

dagsdags212 opened this issue Jan 20, 2025 · 1 comment

Comments

@dagsdags212
Copy link
Owner

Description

Running the seq subcommand from the bf-fetch module does not generate an output directory when given a RefSeq accession. It runs without issues and produces no error code.

Replicate

Run the following commands:

micromamba activate bf-fetch
bf-fetch seq ACC=GCA_003032905.1 

Expected behavior

Running ls would show a uncompressed directory named GCC_003032905 containing the reference genome

Actual behavior

The named directory is missing.

@dagsdags212
Copy link
Owner Author

I found the issue.

Bug Description

When running install.sh, aliases that point to the target directory are created ($HOME/.local/share/bioflow/src/<module>). Upon invoking a bf-fetch command, the scripts execute within the context of the target directory and thus data end of being saved here.

Proposed Solution

  • provide an option to specify the path where data will be stored
  • by default, data should be stored in your current working directory

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

1 participant