Skip to content

Commit b7261a1

Browse files
committed
documentation for test_nobusco
1 parent 41647e9 commit b7261a1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

conf/test_nobusco.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

0 commit comments

Comments
 (0)