Skip to content

Commit 83ecfc0

Browse files
committed
mapping to transcriptome tested on full size dataset, bam_input on fullsize dataset still to do
1 parent 992461c commit 83ecfc0

8 files changed

Lines changed: 62 additions & 14 deletions

File tree

conf/test_full.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ params {
1818
config_profile_description = 'Full test dataset to check pipeline function'
1919

2020
// Input data
21-
input = "test/samplesheets/samplesheet_test_local.csv"
22-
sequencing_type = "ont-drna" // sequencing molecule [ont-drna OR ont-cdna]
23-
bam_input = false
21+
//input = "test/samplesheets/samplesheet_test_local.csv"
22+
input = "test/samplesheets/samplesheet_test_local_bam.csv"
23+
sequencing_type = "ont-cdna" // sequencing molecule [ont-drna OR ont-cdna]
24+
bam_input = true
2425
// Genome references
2526
// These channel names have to match those in the full workflow also
2627
genome_fasta = "assets/fulltest_data/hg38.analysisSet.fa.gz"

modules/local/minimap2/index/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
process MINIMAP2_INDEX {
2-
tag "$fasta"
2+
tag "$genome_fasta"
33
label 'process_medium'
44
conda "${moduleDir}/environment.yml"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?

modules/local/ngsbits/mapping_qc/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
process NGS_BITS {
22
tag "$meta.id"
33
label 'process_medium'
4-
54
conda "${moduleDir}/environment.yml"
65
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
76
'https://depot.galaxyproject.org/singularity/ngs-bits:2025_01--py313h6fdbb3c_0':

nextflow_schema.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@
4848
"description": "Skip the preparation of the reference files."
4949
}
5050
},
51-
"required": [
52-
"genome_fasta",
53-
"transcriptome_fasta",
54-
"annotation_gtf",
55-
"transcriptome_mapping",
56-
"skip_prepare_reference"
57-
],
51+
"required": ["genome_fasta", "transcriptome_fasta", "annotation_gtf"],
5852
"fa_icon": "fas fa-book-open"
5953
},
6054
"input_output_options": {
@@ -391,8 +385,7 @@
391385
"type": "boolean",
392386
"description": "Skip OARFISH transcript quantification."
393387
}
394-
},
395-
"required": ["bam_input"]
388+
}
396389
}
397390
},
398391
"allOf": [

null/pipeline_info/execution_report_2025-11-21_09-21-35.html

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)