Skip to content

Commit

Permalink
Fix hystorical typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Mar 21, 2024
1 parent cfcbfce commit 37c8c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schug/load/biomart.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def create_biomart_xml(filters: dict, attributes: List[str], header: bool) -> st
xml_lines = [
'<?xml version="1.0" encoding="UTF-8"?>',
"<!DOCTYPE Query>",
f'<Query virtualSchemaName = "default" formatter = "TSV" header = "{0 if bool is False else 1}" uniqueRows'
f'<Query virtualSchemaName = "default" formatter = "TSV" header = "{0 if header is False else 1}" uniqueRows'
' = "0" count = "" datasetConfigVersion = "0.6" completionStamp = "1">',
"",
'\t<Dataset name = "hsapiens_gene_ensembl" interface = "default" >',
Expand Down

0 comments on commit 37c8c40

Please sign in to comment.