Skip to content

Commit

Permalink
Merge pull request #94 from tkchafin/ci
Browse files Browse the repository at this point in the history
fix bug/ CI failure in alignment subworkflow
  • Loading branch information
tkchafin authored Dec 16, 2024
2 parents 159152e + cd6ccd1 commit 9693233
Show file tree
Hide file tree
Showing 8 changed files with 4,797 additions and 2 deletions.
1 change: 1 addition & 0 deletions lsf_error.622473.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nextflow 24.10.2 is available - Please consider updating your version to it
1 change: 1 addition & 0 deletions lsf_error.623156.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nextflow 24.10.2 is available - Please consider updating your version to it
1 change: 1 addition & 0 deletions lsf_error.623571.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nextflow 24.10.2 is available - Please consider updating your version to it
1,080 changes: 1,080 additions & 0 deletions lsf_output.622473.txt

Large diffs are not rendered by default.

645 changes: 645 additions & 0 deletions lsf_output.623156.txt

Large diffs are not rendered by default.

3,067 changes: 3,067 additions & 0 deletions lsf_output.623571.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion subworkflows/local/align_pacbio.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflow ALIGN_PACBIO {


// Align Fastq to Genome
MINIMAP2_ALIGN ( FILTER_PACBIO.out.fastq, fasta, true, false, false )
MINIMAP2_ALIGN ( FILTER_PACBIO.out.fastq, fasta, true, false, false, false )
ch_versions = ch_versions.mix ( MINIMAP2_ALIGN.out.versions.first() )


Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/filter_pacbio.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ workflow FILTER_PACBIO {


// Collate BAM file to create interleaved FASTA
SAMTOOLS_COLLATE ( SAMTOOLS_CONVERT.out.bam, [] )
SAMTOOLS_COLLATE ( SAMTOOLS_CONVERT.out.bam, [[],[]] )
ch_versions = ch_versions.mix ( SAMTOOLS_COLLATE.out.versions.first() )


Expand Down

0 comments on commit 9693233

Please sign in to comment.