You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add script to simulate reads
* We use a main branch on this repo, not master
* Rename ncbi-acc-download install script in workflow, capture art logs
* Install ncbi-acc-download to conda env
* Install conda env under opt
* Cannot use --name and --prefix together
* Give full path to conda env
* Use conda directly
* Run conda directly from workflow
* Rename step and add miniconda to path
* Generate simulated reads
* Rename art install script in workflow
* Re-arrange workflow steps
* Create file as placeholder
* Add ART to PATH
* Install rename
* Use alternate rename syntax
* Build Kraken & Bracken DBs
* Build Bracken DB and cache Kraken2/Bracken DB
* Use custom accession2taxid file to avoid running out of disk space
* Limit disk usage during kraken db build
* Download example InterOp and use kraken accession list
* skip header
* do not copy Data directory from example InterOp data
* Edit RunInfo.xml to match InterOp data
* Touch up pull-request script
* Save all results to artifacts dir
* Improve caching and artifacts
* Could not find v2
* Use v2.1.3
* Separate installtion of system deps from miniconda
* Adjust caching
* Fix artifacts path
* Add workflow for pushes to main branch
* Adjust cache keys for caches that do not have good hash values
* Do not require underscore after R1/R2 in fastq filenames
* Use github-specific nextflow config while running tests
* Separate ref genome list no longer necessary
* Invoke nextflow to ensure all deps installed before caching
* Use github config during initial nextflow run
* Put config flag in correct location
* Fix config file path
* Fix config flag placement
* Fix config file path
* Cache ART installation
* limit CPUs to 2 while testing
* Set kraken2 cpus in config
* Do not require underscore after R1/R2 in fastq filename
* Cache ref genomes
* Update
* Update
* Do not assume underscore after sample id
* Invalidate ref genome cache
* Check if output dir is already named correctly
* Invalidate caches for ref genomes and kraken db
* Fix if then fi bash syntax
* Change read length to match simulated reads
0 commit comments