We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 VFDB parsing results in virulence_resistance.py
https://github.com/JFsanchezherrero/BacterialTyper/blob/900aba422e2bfcf4ef0888cbdae360712f93cdf3/BacterialTyper/virulence_resistance.py#L27
https://github.com/JFsanchezherrero/BacterialTyper/blob/900aba422e2bfcf4ef0888cbdae360712f93cdf3/BacterialTyper/virulence_resistance.py#L153
Correctly retrieved VFDB ID:
Additionally, add to excel direct link to entries in VFDB website.
VF: Virulence factor:: "http://www.mgc.ac.cn/cgi-bin/VFs/gene.cgi?GeneID=" e.g.: http://www.mgc.ac.cn/cgi-bin/VFs/gene.cgi?GeneID=VFG001358
VFG: Virulence factor gene:: "http://mgc.ac.cn/cgi-bin/VFs/vfs.cgi?VFID=" e.g.: http://mgc.ac.cn/cgi-bin/VFs/vfs.cgi?VFID=VF0143
The text was updated successfully, but these errors were encountered:
JFsanchezherrero
No branches or pull requests
Fix VFDB parsing results in virulence_resistance.py
https://github.com/JFsanchezherrero/BacterialTyper/blob/900aba422e2bfcf4ef0888cbdae360712f93cdf3/BacterialTyper/virulence_resistance.py#L27
https://github.com/JFsanchezherrero/BacterialTyper/blob/900aba422e2bfcf4ef0888cbdae360712f93cdf3/BacterialTyper/virulence_resistance.py#L153
Correctly retrieved VFDB ID:
Additionally, add to excel direct link to entries in VFDB website.
VF: Virulence factor:: "http://www.mgc.ac.cn/cgi-bin/VFs/gene.cgi?GeneID="
e.g.: http://www.mgc.ac.cn/cgi-bin/VFs/gene.cgi?GeneID=VFG001358
VFG: Virulence factor gene:: "http://mgc.ac.cn/cgi-bin/VFs/vfs.cgi?VFID="
e.g.: http://mgc.ac.cn/cgi-bin/VFs/vfs.cgi?VFID=VF0143
The text was updated successfully, but these errors were encountered: