Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/btmartin721/SNPio
Browse files Browse the repository at this point in the history
  • Loading branch information
btmartin721 committed Oct 25, 2024
2 parents a86ba0c + 7f28ba5 commit 72904d2
Show file tree
Hide file tree
Showing 88 changed files with 39,773 additions and 8,922 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ profile_stats_*.txt
# pipenv
#Pipfile.lock

data_sorted.txt
data.txt
header.txt

snpio_filtered_output/

vcf_output/

.vscode/

logs/
_minted-input

header.txt
keybindings.json
tasks.json
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.9"
python: "3.11"

# Sphinx documentation options
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "Python: Debug run_snpio.py",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/run_snpio.py",
"console": "integratedTerminal",
Expand Down
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,16 @@
"editor.defaultFormatter": "vscode.json-language-features"
},
"python.analysis.autoFormatStrings": true,
"python.analysis.autoImportCompletions": true
"python.analysis.autoImportCompletions": true,
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.defaultInterpreterPath": "C:/Users/evobi/Documents/SNPio/.snpio-dev/bin/python",
"python.REPL.enableREPLSmartSend": false,
}
Loading

0 comments on commit 72904d2

Please sign in to comment.