File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4545
4646 - name : Launch workflow via Seqera Platform
4747 uses : seqeralabs/action-tower-launch@v2
48- # TODO nf-core: You can customise AWS full pipeline tests as required
49- # Add full size test data (but still relatively small datasets for few samples)
50- # on the `test_full.config` test runs with only one set of parameters
5148 with :
5249 workspace_id : ${{ secrets.TOWER_WORKSPACE_ID }}
5350 access_token : ${{ secrets.TOWER_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1010----------------------------------------------------------------------------------------
1111*/
1212
13+
1314params {
1415 config_profile_name = 'Full test profile'
1516 config_profile_description = 'Full test dataset to check pipeline function'
1617
1718 // Input data for full size test
18- // TODO nf-core: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
19- // TODO nf-core: Give any required params for the test so that command line flags are not needed
20- input = params.pipelines_testdata_base_path + 'viralrecon/samplesheet/samplesheet_full_illumina_amplicon.csv'
19+ input = params.pipelines_testdata_base_path + 'seqinspector/full_tests/SampleSheet.csv'
2120
2221 // Genome references
2322 genome = 'R64-1-1'
You can’t perform that action at this time.
0 commit comments