File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11/*
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3- Nextflow config file for running minimal tests
3+ Nextflow config file for running minimal tests without BUSCO
44~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5- Defines input files and everything required to run a fast and simple pipeline test.
5+ Defines input files and everything required to run a fast and simple pipeline test,
6+ using precomputed BUSCO results to skip running BUSCO within the pipeline.
67
78 Use as follows:
89 nextflow run sanger-tol/blobtoolkit -profile test,<docker/singularity> --outdir <OUTDIR>
@@ -41,9 +42,9 @@ params {
4142
4243 // Precomputed BUSCO outputs
4344 // busco_output_noArchaea.tar.gz deliberately leaves out archaea_odb10 to test the pipeline's detection and filling of missing lineages
44- // Switch to *_busco_output.tar.gz for fully precomputed BUSCOs
45- precomputed_busco = "https://tolit.cog.sanger.ac.uk/test-data/Meles_meles/resources/GCA_922984935.2_busco_output_noArchaea.tar.gz"
46- // precomputed_busco = "https://tolit.cog.sanger.ac.uk/test-data/Meles_meles/resources/GCA_922984935.2_busco_output.tar.gz"
45+ // Use *_busco_output.tar.gz for fully precomputed BUSCOs
46+ // precomputed_busco = "https://tolit.cog.sanger.ac.uk/test-data/Meles_meles/resources/GCA_922984935.2_busco_output_noArchaea.tar.gz"
47+ precomputed_busco = "https://tolit.cog.sanger.ac.uk/test-data/Meles_meles/resources/GCA_922984935.2_busco_output.tar.gz"
4748
4849 // Need to be set to avoid overfilling /tmp
4950 use_work_dir_as_temp = true
You can’t perform that action at this time.
0 commit comments