Skip to content

Commit f9c5123

Browse files
committed
getting closer to testing sylph out, need to index unmapped bam and convert it to fastq/a, then try again
1 parent 92f5838 commit f9c5123

12 files changed

Lines changed: 33 additions & 76 deletions

File tree

conf/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ params {
7575
extra_gffcompare_options = null
7676
// CONTAMINATION / UNMAPPED READ PROFILING
7777
skip_sylph = true
78-
sylph_database_url = ''
78+
sylph_database = ''
7979
sylph_database_name = ''
8080
skip_sqanti_qc = true
8181
sqanti_qc_reference = 'human'

conf/test_full.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ params {
6868
extra_gffcompare_options = null
6969
// CONTAMINATION / UNMAPPED READ PROFILING
7070
skip_sylph = false
71-
sylph_database_url = "http://faust.compbio.cs.cmu.edu/sylph-stuff/gtdb-r226-c1000-dbv1.syldb"
71+
sylph_database = "data/gtdb-r226-c1000-dbv1.syldb"
7272
sylph_database_name = "GTDB_r226"
7373
skip_sqanti_all = true
7474
skip_sqanti_qc = true

conf/test_gzipped.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ params {
7474
extra_gffcompare_options = null
7575
// CONTAMINATION / UNMAPPED READ PROFILING
7676
skip_sylph = true
77-
sylph_database_url = ""
77+
sylph_database = ""
7878
sylph_database_name = ""
7979
skip_sqanti_qc = true
8080
sqanti_qc_reference = 'human'

modules/local/flair/bam_to_bed12/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ process BAM_TO_BED12 {
88

99
input:
1010
tuple val(meta), path(mapped_bam)
11-
path(mapped_bam_index)
11+
path mapped_bam_index
1212
//tuple val(meta), path(mapped_bam_index)
1313

1414
output:

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ params {
5959
//extra_ngs_bits_options = null
6060

6161
// MAPPING
62-
transcriptome_mapping = false
62+
transcriptome_mapping = true
6363
// minimap2 options
6464
skip_mapping = false
6565
//extra_minimap2_options = null
@@ -120,7 +120,7 @@ params {
120120

121121
// CONTAMINATION / UNMAPPED READ PROFILING
122122
skip_sylph = false
123-
sylph_database_url = "http://faust.compbio.cs.cmu.edu/sylph-stuff/gtdb-r226-c1000-dbv1.syldb"
123+
sylph_database = "data/gtdb-r226-c1000-dbv1.syldb"
124124
sylph_database_name = "GTDB_r226"
125125

126126
// Boilerplate options

nextflow_schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@
385385
"type": "boolean",
386386
"description": "Skip OARFISH transcript quantification."
387387
},
388-
"sylph_database_url": {
388+
"sylph_database": {
389389
"type": "string",
390-
"default": "http://faust.compbio.cs.cmu.edu/sylph-stuff/gtdb-r226-c1000-dbv1.syldb",
391-
"description": "URL to sylph prebuild database used for downloads - from https://sylph-docs.github.io/pre%E2%80%90built-databases/ ."
390+
"default": "data/gtdb-r226-c1000-dbv1.syldb",
391+
"description": "Path to sylph prebuilt database used for downloads - from https://sylph-docs.github.io/pre%E2%80%90built-databases/ ."
392392
},
393393
"skip_sylph": {
394394
"type": "boolean",

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

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

0 commit comments

Comments
 (0)