Skip to content

Conversation

@alinakbase
Copy link
Collaborator

No description provided.

import argparse
import json
from pathlib import Path
from typing import Optional
if os.path.exists(tmp_path):
try:
os.remove(tmp_path)
except Exception:
@@ -0,0 +1,734 @@
import json
from pathlib import Path
@ialarmedalien ialarmedalien changed the base branch from develop to uniprot-refactor-v2 January 21, 2026 19:07
Comment on lines +72 to +73
if identifier.startswith("GCF_"):
return f"insdc.gcf:{identifier}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

let's also add in

if identifier.startswith("GCA_"):
    return f"insdc.gca:{identifier}"

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.

3 participants