|
2 | 2 | "-profile test": { |
3 | 3 | "content": [ |
4 | 4 | 4, |
5 | | - null, |
| 5 | + { |
| 6 | + "FASTQC": { |
| 7 | + "fastqc": "0.12.1" |
| 8 | + }, |
| 9 | + "Workflow": { |
| 10 | + "my-prefix/testpipeline": "v1.0.0dev" |
| 11 | + } |
| 12 | + }, |
6 | 13 | [ |
7 | 14 | "fastqc", |
8 | 15 | "fastqc/SAMPLE1_PE_1_fastqc.html", |
|
19 | 26 | "fastqc/SAMPLE3_SE_2_fastqc.zip", |
20 | 27 | "multiqc", |
21 | 28 | "multiqc/multiqc_data", |
| 29 | + "multiqc/multiqc_data/BETA-multiqc.parquet", |
22 | 30 | "multiqc/multiqc_data/fastqc-status-check-heatmap.txt", |
23 | 31 | "multiqc/multiqc_data/fastqc_overrepresented_sequences_plot.txt", |
24 | 32 | "multiqc/multiqc_data/fastqc_per_base_n_content_plot.txt", |
|
51 | 59 | "multiqc/multiqc_plots/pdf/fastqc_sequence_duplication_levels_plot.pdf", |
52 | 60 | "multiqc/multiqc_plots/pdf/fastqc_sequence_length_distribution_plot.pdf", |
53 | 61 | "multiqc/multiqc_plots/pdf/fastqc_top_overrepresented_sequences_table.pdf", |
54 | | - "multiqc/multiqc_plots/pdf/general_stats_table.pdf", |
55 | 62 | "multiqc/multiqc_plots/png", |
56 | 63 | "multiqc/multiqc_plots/png/fastqc-status-check-heatmap.png", |
57 | 64 | "multiqc/multiqc_plots/png/fastqc_overrepresented_sequences_plot.png", |
|
65 | 72 | "multiqc/multiqc_plots/png/fastqc_sequence_duplication_levels_plot.png", |
66 | 73 | "multiqc/multiqc_plots/png/fastqc_sequence_length_distribution_plot.png", |
67 | 74 | "multiqc/multiqc_plots/png/fastqc_top_overrepresented_sequences_table.png", |
68 | | - "multiqc/multiqc_plots/png/general_stats_table.png", |
69 | 75 | "multiqc/multiqc_plots/svg", |
70 | 76 | "multiqc/multiqc_plots/svg/fastqc-status-check-heatmap.svg", |
71 | 77 | "multiqc/multiqc_plots/svg/fastqc_overrepresented_sequences_plot.svg", |
|
79 | 85 | "multiqc/multiqc_plots/svg/fastqc_sequence_duplication_levels_plot.svg", |
80 | 86 | "multiqc/multiqc_plots/svg/fastqc_sequence_length_distribution_plot.svg", |
81 | 87 | "multiqc/multiqc_plots/svg/fastqc_top_overrepresented_sequences_table.svg", |
82 | | - "multiqc/multiqc_plots/svg/general_stats_table.svg", |
83 | 88 | "multiqc/multiqc_report.html", |
84 | 89 | "pipeline_info", |
85 | 90 | "pipeline_info/testpipeline_software_mqc_versions.yml" |
|
0 commit comments