Bioconductor / AnVILPublish

https://bioconductor.org/packages/AnVILPublish
0 stars 6 forks source link

Changes to allow .qmd files to be copied to terra #11

Closed Kayla-Morrell closed 1 year ago

Kayla-Morrell commented 1 year ago

This code copies .qmd files over to Terra. They don't appear in the Analyses tab like .Rmd and .ipynb file would, but they are present under Data/Files/notebooks. Since there are three options to copy over now I didn't know how you wanted to handle multiple combinations so I just went with 'ipynb', 'rmd', 'qmd', and 'all'. I did test this using my previously created test anvil workspace, as_workspace('~/AnVILBulkRNASeq', namespace = 'bioconductor-rpci-anvil', name = 'test-quarto', create = FALSE, update = TRUE, type = 'all', quarto = 'convert'). In order for this to work I created .qmd files for each of the vignettes, that way there were actual .qmd files to copy over.