diff --git a/Conda_Recipe/meta.yaml b/Conda_Recipe/meta.yaml index 11c3854..8e7a30b 100644 --- a/Conda_Recipe/meta.yaml +++ b/Conda_Recipe/meta.yaml @@ -4,7 +4,7 @@ {% set native = 'm2w64-' if win else '' %} package: - name: r-dspworkflow-test + name: r-dspworkflow version: {{ version|replace("-", "_") }} channels: diff --git a/DESCRIPTION b/DESCRIPTION index c908fb3..657e269 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: DSPWorkflow Title: A Workflow for Analyzing Digital Spatial Profiling RNA Data -Version: 0.1.0 +Version: 1.3.0 Authors@R: c(person("Rui", "He", email = "rui.he@nih.gov", role = "aut"), person("Maggie", "Cam", email = "maggie.cam@nih.gov", role = "aut", comment = c(ORCID = "0000-0001-8190-9766")), person("Ned", "Cauley", email = "ned.cauley@nih.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8968-6621")), diff --git a/tests/testthat/fixtures/Human_Colon/downloaded/colon_dccs.tar.gz b/tests/testthat/fixtures/Human_Colon/downloaded/colon_dccs.tar.gz deleted file mode 100644 index ab4f5e8..0000000 Binary files a/tests/testthat/fixtures/Human_Colon/downloaded/colon_dccs.tar.gz and /dev/null differ diff --git a/tests/testthat/fixtures/Human_Colon_CPTR/downloaded/.keepfolder b/tests/testthat/fixtures/Human_Colon_CPTR/downloaded/.keepfolder new file mode 100644 index 0000000..2154b47 --- /dev/null +++ b/tests/testthat/fixtures/Human_Colon_CPTR/downloaded/.keepfolder @@ -0,0 +1 @@ +#Placeholder file to keep an empty downloaded folder in the github repo diff --git a/tests/testthat/fixtures/Human_Colon_CPTR/downloaded/colon_cptr_dccs.tar.gz b/tests/testthat/fixtures/Human_Colon_CPTR/downloaded/colon_cptr_dccs.tar.gz deleted file mode 100644 index ae05f1d..0000000 Binary files a/tests/testthat/fixtures/Human_Colon_CPTR/downloaded/colon_cptr_dccs.tar.gz and /dev/null differ diff --git a/tests/testthat/fixtures/Human_Kidney/downloaded/kidney_dccs.tar.gz b/tests/testthat/fixtures/Human_Kidney/downloaded/kidney_dccs.tar.gz deleted file mode 100644 index 1011471..0000000 Binary files a/tests/testthat/fixtures/Human_Kidney/downloaded/kidney_dccs.tar.gz and /dev/null differ diff --git a/tests/testthat/fixtures/Human_NSCLC/downloaded/nsclc_dccs.tar.gz b/tests/testthat/fixtures/Human_NSCLC/downloaded/nsclc_dccs.tar.gz deleted file mode 100644 index 176b5ea..0000000 Binary files a/tests/testthat/fixtures/Human_NSCLC/downloaded/nsclc_dccs.tar.gz and /dev/null differ diff --git a/tests/testthat/fixtures/Mouse_Thymus/downloaded/thymus_dccs.tar.gz b/tests/testthat/fixtures/Mouse_Thymus/downloaded/thymus_dccs.tar.gz deleted file mode 100644 index bbdf65a..0000000 Binary files a/tests/testthat/fixtures/Mouse_Thymus/downloaded/thymus_dccs.tar.gz and /dev/null differ