Skip to content
Merged

V0.5 #39

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
182b5d9
Fixed the config files and the Snakemake + rules to account for those…
SimoneScrima Mar 25, 2025
d119fc4
The conda options for plasmidfinder and resfinder are back to general
SimoneScrima Mar 27, 2025
65fe970
Fix paths
SimoneScrima Mar 27, 2025
b5ac2bc
Merge pull request #4 from ssi-dk/fix_#3
KasperThystrup Mar 27, 2025
c811824
Fixed all the envs yaml file
SimoneScrima Mar 28, 2025
907986f
Added conda yaml for CHtyper and cgMLST
SimoneScrima Mar 31, 2025
97b17be
Deactivated kmerfinder rule
SimoneScrima Mar 31, 2025
6af8179
Relative config paths and configfile added in Snakefile
KasperThystrup Mar 31, 2025
438f394
Ammended forgotten paths and made a clean .gitignore
KasperThystrup Mar 31, 2025
aa72781
Added examples
KasperThystrup Mar 31, 2025
8e924bd
Amend: Example set
KasperThystrup Mar 31, 2025
235442c
Getting rid of Large File Storage dep
KasperThystrup Apr 1, 2025
b00ad71
Fixed some path on configfile
SimoneScrima Apr 1, 2025
db2e224
Added AMRFinderPlus (#8)
KasperThystrup Apr 11, 2025
ef689de
Automatic dbs (#9)
KasperThystrup Apr 15, 2025
add699f
Cleaning: Removed redundant tools KMERFinder & Resistance Genes Detec…
KasperThystrup Apr 15, 2025
df54691
Added MLST By Torsten Seeman (#11)
KasperThystrup Apr 15, 2025
2d44798
Added temporary Automatic DB handler for Ecoli kmerAligner and polish…
KasperThystrup Apr 15, 2025
2912e6f
Amend: EcoliKmerAligner set to True
RAHenriksen Apr 15, 2025
b5884c5
Force update AMRFinder setup
KasperThystrup Apr 22, 2025
1cb7c39
Removed tasks not involved in routine
KasperThystrup Apr 24, 2025
8c09847
Updated README - Pull FIRST
KasperThystrup Apr 24, 2025
4991005
Removed scripts and envs as well
KasperThystrup Apr 24, 2025
73fad42
Merge pull request #16 from ssi-dk/update_readme
KasperThystrup Apr 25, 2025
fa13aab
Added SerotypeFinder database creation (#14)
KasperThystrup May 5, 2025
cfaba90
Added update rule for MLST (#15)
KasperThystrup May 6, 2025
8a93da4
Added create.date files for each db_setup rules (#19)
KasperThystrup May 6, 2025
77651db
Merge pull request #17 from ssi-dk/routineOnly
thej-ssi May 8, 2025
1175a7c
Updated readme documentation (#34)
RAHenriksen Jun 13, 2025
a22ec08
Strict minimization - Deletions (#29)
KasperThystrup Jun 23, 2025
6683a05
Fixed config and snakemake following issue #26 suggestion (#37)
SimoneScrima Aug 6, 2025
e032490
Removed unsupported rules
KasperThystrup Aug 6, 2025
d4b0174
Polished ResFinder command
KasperThystrup Aug 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/deploy.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/test.yaml

This file was deleted.

174 changes: 6 additions & 168 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,170 +1,8 @@
#dev
# NOTE: For .gitignore, order matters. The last match wins. meaning if you want to ignore a folder but keep something in the folder, first ignore the folder, then unignore the file.
.venv

token
# input/output is designed as a generic folder for input files if the config isn't adjusted. Because of this we want to ensure it's documented out. As it'll be an empty folder a .gitkeep file is used for git to maintain the structure.
input/*
!input/.gitkeep
output/*
!output/.gitkeep
# The config folder is intended to keep multiple program configs, these are sensitive to the system, a default is included for people to work off of while the others are hidden
#config/*
# If you are using pypi integration
.pypirc

examples/
.snakemake/
Logs
__pycache__**
examples/Results/
examples/results/
examples/Dataset/reads/*gz
resources/
output/

_proc/
# The following files ignored are part of a standard python project with minor additions
_docs/

*.bak
.gitattributes
.last_checked
.gitconfig
*.bak
*.log
*~
~*
_tmp*
tmp*
tags
*.pkg

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

*.swp

# osx generated files
.DS_Store
.DS_Store?
.Trashes
ehthumbs.db
Thumbs.db
.idea

# pytest
.pytest_cache

# tools/trust-doc-nbs
docs_src/.last_checked

# symlinks to fastai
docs_src/fastai
tools/fastai

# link checker
checklink/cookies.txt

# .gitconfig is now autogenerated
.gitconfig

# Quarto installer
.deb
.pkg

# Quarto
.quarto
7 changes: 0 additions & 7 deletions MANIFEST.in

This file was deleted.

Loading