diff --git a/conf/test_full.config b/conf/test_full.config deleted file mode 100644 index 23a061e..0000000 --- a/conf/test_full.config +++ /dev/null @@ -1,22 +0,0 @@ -/* -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Nextflow config file for running full-size tests -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Defines input files and everything required to run a full size pipeline test. - - Use as follows: - nextflow run dalmolingroup/euryale -profile test_full, --outdir - ----------------------------------------------------------------------------------------- -*/ - -params { - config_profile_name = 'Full test profile' - config_profile_description = 'Full test dataset to check pipeline function' - - // Input data for full size test - // TODO nf-core: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA) - // TODO nf-core: Give any required params for the test so that command line flags are not needed - input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_full_illumina_amplicon.csv' - -} diff --git a/nextflow.config b/nextflow.config index caadf3f..4bcec16 100644 --- a/nextflow.config +++ b/nextflow.config @@ -161,7 +161,6 @@ profiles { executor.memory = 60.GB } test { includeConfig 'conf/test.config' } - test_full { includeConfig 'conf/test_full.config' } }