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

fix: robust timeout and patch split param #14

Closed
wants to merge 1 commit into from
Closed

fix: robust timeout and patch split param #14

wants to merge 1 commit into from

Conversation

flashlab
Copy link

@flashlab flashlab commented Mar 8, 2023

No description provided.

Copy link
Contributor

@mihailefter mihailefter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need the timeout default value changed? It can be configured via the CLI or from the function call.

@@ -106,6 +106,10 @@ def _parse_args(args):
"--ref_id_start", help="reference id should start with"
)

parser_ncbi_assemblies.add_argument(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already added above at line 70.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I can't use --split in ncbi_assemblies subcommand like mutalyzer_retriever ncbi_assemblies --input downloads/ --ref_id_start NC_000011 --downloaded --split

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can make use of the following: mutalyzer_retriever --split ncbi_assemblies --input downloads/ --ref_id_start NC_000011 --downloaded.

@flashlab
Copy link
Author

Why do you need the timeout default value changed? It can be configured via the CLI or from the function call.

Sorry, I missed timeout argument since it's not in the document. I'll close the pull request.
But the question still remains, why the program failed to extract exon and transcript feature from some kind of reference like NC_000011.9(GRCH37). Seems same issue in #12.

@flashlab flashlab closed this Mar 15, 2023
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

Successfully merging this pull request may close these issues.

2 participants