Skip to content

Commit 66ba8b5

Browse files
committed
move python scripts to main folder
1 parent 6baef37 commit 66ba8b5

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
^\\.git$
2121
^codecov\.yml$
2222
^vignettes/articles$
23-
^data_aux$
23+
^data_aux$
24+
^python$

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ Filters can be applied based on similarity thresholds (e.g., minimum Jaccard, OR
241241
## Python Bridge
242242

243243
For users who prefer Python, a lightweight bridge is available in
244-
`inst/python/` that allows calling any `markeR` function from a Python
244+
`python/` that allows calling any `markeR` function from a Python
245245
environment via [`rpy2`](https://rpy2.github.io/). It includes a tutorial
246246
workflow script and a generic command-line wrapper. See
247-
[`inst/python/README.md`](inst/python/README.md) for installation
247+
[`python/README.md`](inst/python/README.md) for installation
248248
instructions and usage examples.
249249

250250

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ Jaccard, OR, or Fisher’s test p-value).
288288
## Python Bridge
289289

290290
For users who prefer Python, a lightweight bridge is available in
291-
`inst/python/` that allows calling any `markeR` function from a Python
291+
`python/` that allows calling any `markeR` function from a Python
292292
environment via [`rpy2`](https://rpy2.github.io/). It includes a
293293
tutorial workflow script and a generic command-line wrapper. See
294-
[`inst/python/README.md`](inst/python/README.md) for installation
294+
[`python/README.md`](inst/python/README.md) for installation
295295
instructions and usage examples.
296296

297297
## Contact
File renamed without changes.

0 commit comments

Comments
 (0)