Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-12-24 11:46 -0500 (Tue, 24 Dec 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4754
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4472
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4426
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4381
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4373
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 714/2274HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
FLAMES 2.1.3  (landing page)
Changqing Wang
Snapshot Date: 2024-12-23 13:40 -0500 (Mon, 23 Dec 2024)
git_url: https://git.bioconductor.org/packages/FLAMES
git_branch: devel
git_last_commit: 80ab567
git_last_commit_date: 2024-12-18 20:43:15 -0500 (Wed, 18 Dec 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64... NOT SUPPORTED ...
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  NO, package depends on 'rtracklayer' which is only available as a source package that needs compilation
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  NO, package depends on 'rtracklayer' which is only available as a source package that needs compilation
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  


CHECK results for FLAMES on kunpeng2

To the developers/maintainers of the FLAMES package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/FLAMES.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: FLAMES
Version: 2.1.3
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:FLAMES.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings FLAMES_2.1.3.tar.gz
StartedAt: 2024-12-24 06:45:36 -0000 (Tue, 24 Dec 2024)
EndedAt: 2024-12-24 06:55:52 -0000 (Tue, 24 Dec 2024)
EllapsedTime: 616.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: FLAMES.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:FLAMES.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings FLAMES_2.1.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/FLAMES.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘FLAMES/DESCRIPTION’ ... OK
* this is package ‘FLAMES’ version ‘2.1.3’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 43 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘FLAMES’ can be installed ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
Found the following additional notes/warnings:
  Non-staged installation was used
See ‘/home/biocbuild/bbs-3.21-bioc/meat/FLAMES.Rcheck/00install.out’ for details.
* used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
* checking C++ specification ... OK
* checking installed package size ... INFO
  installed size is  5.2Mb
  sub-directories of 1Mb or more:
    data   2.7Mb
    libs   1.4Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... NOTE
Warning: program compiled against libxml 212 using older 211

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
* checking S3 generic/method consistency ... WARNING
Warning: program compiled against libxml 212 using older 211
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Warning: program compiled against libxml 212 using older 211
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Warning: program compiled against libxml 212 using older 211
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
Warning: program compiled against libxml 212 using older 211
create_spe: no visible binding for global variable 'barcode'
filter_coverage: no visible global function definition for
  'starts_with'
filter_coverage: no visible binding for global variable 'filter_res'
find_barcode: no visible binding for global variable 'Sample'
find_barcode: no visible binding for global variable 'Outfile'
find_variants_grange: no visible binding for global variable
  'which_label'
find_variants_grange: no visible binding for global variable
  'nucleotide'
find_variants_grange: no visible binding for global variable 'pos'
find_variants_grange: no visible binding for global variable 'count'
find_variants_grange: no visible binding for global variable
  'counts_no_ins'
find_variants_grange: no visible binding for global variable 'ref'
generate_sc_sce: no visible binding for global variable 'FSM_match'
get_coverage: no visible binding for global variable 'Freq'
homopolymer_pct : <anonymous>: no visible binding for global variable
  'Freq'
homopolymer_pct : <anonymous>: no visible binding for global variable
  'pct'
parse_oarfish_sc_output: no visible binding for global variable '.'
plot_coverage: no visible binding for global variable 'tr_length'
plot_coverage: no visible binding for global variable 'read_counts'
plot_coverage: no visible binding for global variable 'total_counts'
plot_coverage: no visible binding for global variable 'cumpct'
plot_coverage: no visible binding for global variable 'length_bin'
plot_coverage: no visible binding for global variable 'min_length'
plot_coverage: no visible binding for global variable 'max_length'
plot_coverage: no visible global function definition for 'head'
plot_coverage: no visible binding for global variable 'transcript'
plot_demultiplex: no visible binding for global variable 'CellBarcode'
plot_demultiplex: no visible binding for global variable 'Sample'
plot_demultiplex: no visible binding for global variable 'UMI'
plot_demultiplex: no visible binding for global variable 'UMI_count'
plot_demultiplex: no visible binding for global variable 'barcode_rank'
plot_demultiplex: no visible binding for global variable
  'FlankEditDist'
plot_demultiplex: no visible binding for global variable 'n_reads'
plot_demultiplex: no visible binding for global variable
  'BarcodeEditDist'
plot_demultiplex: no visible binding for global variable 'total reads'
plot_demultiplex: no visible binding for global variable 'demultiplexed
  reads'
plot_demultiplex: no visible binding for global variable 'single match
  reads'
plot_demultiplex: no visible binding for global variable
  'undemultiplexted reads'
plot_demultiplex: no visible binding for global variable
  'multi-matching reads'
plot_demultiplex: no visible binding for global variable 'Type'
plot_demultiplex: no visible binding for global variable 'Reads'
plot_demultiplex: no visible binding for global variable 'input'
plot_demultiplex: no visible binding for global variable 'output'
plot_demultiplex: no visible binding for global variable
  'read1_with_adapter'
plot_demultiplex: no visible binding for global variable 'Count'
plot_flagstat: no visible global function definition for 'everything'
plot_flagstat: no visible binding for global variable 'name'
plot_flagstat: no visible binding for global variable 'value'
plot_isoform_heatmap : group_annotation: no visible global function
  definition for 'HeatmapAnnotation'
plot_isoform_reduced_dim: no visible binding for global variable 'x'
plot_isoform_reduced_dim: no visible binding for global variable 'y'
plot_isoform_reduced_dim: no visible binding for global variable 'expr'
plot_spatial_isoform: no visible global function definition for 'head'
plot_spatial_pie: no visible global function definition for 'head'
plot_spatial_pie: no visible binding for global variable 'imageY'
plot_spatial_pie: no visible binding for global variable 'imageX'
relative_mutation_positions: no visible binding for global variable
  'region'
relative_mutation_positions_single: no visible binding for global
  variable 'type'
sc_DTU_analysis: no visible binding for global variable 'FSM_match'
sc_DTU_analysis: no visible binding for global variable 'gene_id'
sc_DTU_analysis: no visible binding for global variable '.'
sc_DTU_analysis: no visible binding for global variable 'cell_id'
sc_DTU_analysis: no visible binding for global variable 'cnt'
sc_DTU_analysis: no visible binding for global variable 'tr_id'
sc_DTU_analysis: no visible binding for global variable 'label'
sc_DTU_analysis : filter_tr: no visible binding for global variable
  'gene_id'
sc_DTU_analysis : filter_tr: no visible binding for global variable '.'
sc_mutations: no visible binding for global variable 'mutation_index'
sc_mutations: no visible binding for global variable 'bam_index'
variant_count_tb: no visible binding for global variable 'barcode'
variant_count_tb: no visible binding for global variable 'allele_count'
variant_count_tb: no visible binding for global variable
  'cell_total_reads'
Undefined global functions or variables:
  . BarcodeEditDist CellBarcode Count FSM_match FlankEditDist Freq
  HeatmapAnnotation Outfile Reads Sample Type UMI UMI_count
  allele_count bam_index barcode barcode_rank cell_id cell_total_reads
  cnt count counts_no_ins cumpct demultiplexed reads everything expr
  filter_res gene_id head imageX imageY input label length_bin
  max_length min_length multi-matching reads mutation_index n_reads
  name nucleotide output pct pos read1_with_adapter read_counts ref
  region single match reads starts_with total reads total_counts tr_id
  tr_length transcript type undemultiplexted reads value which_label x
  y
Consider adding
  importFrom("base", "match", "single")
  importFrom("utils", "head")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  bulk_long_pipeline.Rd: SummarizedExperiment
  sc_long_multisample_pipeline.Rd: SingleCellExperiment
  sc_long_pipeline.Rd: SingleCellExperiment
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Warning: program compiled against libxml 212 using older 211
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... INFO
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/libs/FLAMES.so’:
  Found ‘abort’, possibly from ‘abort’ (C)
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
  Found ‘stdout’, possibly from ‘stdout’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘FLAMES-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bulk_long_pipeline
> ### Title: Pipeline for Bulk Data
> ### Aliases: bulk_long_pipeline
> 
> ### ** Examples
> 
> # download the two fastq files, move them to a folder to be merged together
> temp_path <- tempfile()
> bfc <- BiocFileCache::BiocFileCache(temp_path, ask = FALSE)
> file_url <-
+   "https://raw.githubusercontent.com/OliverVoogd/FLAMESData/master/data"
> # download the required fastq files, and move them to new folder
> fastq1 <- bfc[[names(BiocFileCache::bfcadd(bfc, "Fastq1", paste(file_url, "fastq/sample1.fastq.gz", sep = "/")))]]
> fastq2 <- bfc[[names(BiocFileCache::bfcadd(bfc, "Fastq2", paste(file_url, "fastq/sample2.fastq.gz", sep = "/")))]]
> annotation <- bfc[[names(BiocFileCache::bfcadd(bfc, "annot.gtf", paste(file_url, "SIRV_isoforms_multi-fasta-annotation_C_170612a.gtf", sep = "/")))]]
> genome_fa <- bfc[[names(BiocFileCache::bfcadd(bfc, "genome.fa", paste(file_url, "SIRV_isoforms_multi-fasta_170612a.fasta", sep = "/")))]]
> fastq_dir <- paste(temp_path, "fastq_dir", sep = "/") # the downloaded fastq files need to be in a directory to be merged together
> dir.create(fastq_dir)
> file.copy(c(fastq1, fastq2), fastq_dir)
[1] TRUE TRUE
> unlink(c(fastq1, fastq2)) # the original files can be deleted
> 
> outdir <- tempfile()
> dir.create(outdir)
> se <- bulk_long_pipeline(
+   annotation = annotation, fastq = fastq_dir, outdir = outdir, genome_fa = genome_fa,
+   config_file = create_config(outdir, type = "sc_3end", threads = 1, no_flank = TRUE)
+ )
Writing configuration parameters to:  /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/config_file_1085382.json 
#### Input parameters:
{
  "pipeline_parameters": {
    "seed": [2022],
    "threads": [1],
    "do_barcode_demultiplex": [true],
    "do_gene_quantification": [true],
    "do_genome_alignment": [true],
    "do_isoform_identification": [true],
    "bambu_isoform_identification": [false],
    "multithread_isoform_identification": [false],
    "do_read_realignment": [true],
    "do_transcript_quantification": [true],
    "oarfish_quantification": [true]
  },
  "barcode_parameters": {
    "max_bc_editdistance": [2],
    "max_flank_editdistance": [8],
    "pattern": {
      "primer": ["CTACACGACGCTCTTCCGATCT"],
      "BC": ["NNNNNNNNNNNNNNNN"],
      "UMI": ["NNNNNNNNNNNN"],
      "polyT": ["TTTTTTTTT"]
    },
    "strand": ["-"],
    "TSO_seq": ["AAGCAGTGGTATCAACGCAGAGTACATGGG"],
    "TSO_prime": [5],
    "cutadapt_minimum_length": [10],
    "full_length_only": [false]
  },
  "isoform_parameters": {
    "generate_raw_isoform": [false],
    "max_dist": [10],
    "max_ts_dist": [100],
    "max_splice_match_dist": [10],
    "min_fl_exon_len": [40],
    "max_site_per_splice": [3],
    "min_sup_cnt": [5],
    "min_cnt_pct": [0.001],
    "min_sup_pct": [0.2],
    "bambu_trust_reference": [true],
    "strand_specific": [0],
    "remove_incomp_reads": [4],
    "downsample_ratio": [1]
  },
  "alignment_parameters": {
    "use_junctions": [true],
    "no_flank": [true]
  },
  "realign_parameters": {
    "use_annotation": [true]
  },
  "transcript_counting": {
    "min_tr_coverage": [0.4],
    "min_read_coverage": [0.4]
  }
} 
gene annotation: /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/108fc66e8abfda_SIRV_isoforms_multi-fasta-annotation_C_170612a.gtf 
genome fasta: /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/108fc656e153cd_SIRV_isoforms_multi-fasta_170612a.fasta 
input fastq files: /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/fastq_dir/108fc62713b032_sample1.fastq.gz
 /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/fastq_dir/108fc63a72bee_sample2.fastq.gz
output directory: /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf 
minimap2 path: 
k8 path: 
#### Aligning reads to genome using minimap2
	Aligning sample  108fc62713b032_sample1 ...
06:54:53 Tue Dec 24 2024 minimap2_align
[M::mm_idx_gen::0.014*1.03] collected minimizers
[M::mm_idx_gen::0.024*1.02] sorted minimizers
[M::main::0.024*1.02] loaded/built the index for 7 target sequence(s)
[M::mm_mapopt_update::0.027*1.01] mid_occ = 14
[M::mm_idx_stat] kmer size: 14; skip: 5; is_hpc: 0; #seq: 7
[M::mm_idx_stat::0.028*1.01] distinct minimizers: 39103 (61.08% are singletons); average occurrences: 1.935; average spacing: 2.947; total length: 223019
[M::worker_pipeline::8.422*0.99] mapped 2500 sequences
[M::main] Version: 2.24-r1122
[M::main] CMD: /usr/bin/minimap2 -ax splice -t 1 -k14 --secondary=no --seed 2022 --splice-flank=no --junc-bed /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/tmp_splice_anno.bed12 --junc-bonus 1 /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/108fc656e153cd_SIRV_isoforms_multi-fasta_170612a.fasta /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/fastq_dir/108fc62713b032_sample1.fastq.gz
[M::main] Real time: 8.428 sec; CPU: 8.304 sec; Peak RSS: 0.079 GB
	Aligning sample  108fc63a72bee_sample2 ...
06:55:02 Tue Dec 24 2024 minimap2_align
[M::mm_idx_gen::0.015*0.91] collected minimizers
[M::mm_idx_gen::0.025*0.95] sorted minimizers
[M::main::0.025*0.95] loaded/built the index for 7 target sequence(s)
[M::mm_mapopt_update::0.028*0.95] mid_occ = 14
[M::mm_idx_stat] kmer size: 14; skip: 5; is_hpc: 0; #seq: 7
[M::mm_idx_stat::0.029*0.95] distinct minimizers: 39103 (61.08% are singletons); average occurrences: 1.935; average spacing: 2.947; total length: 223019
[M::worker_pipeline::8.538*0.99] mapped 2500 sequences
[M::main] Version: 2.24-r1122
[M::main] CMD: /usr/bin/minimap2 -ax splice -t 1 -k14 --secondary=no --seed 2022 --splice-flank=no --junc-bed /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/tmp_splice_anno.bed12 --junc-bonus 1 /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/108fc656e153cd_SIRV_isoforms_multi-fasta_170612a.fasta /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/fastq_dir/108fc63a72bee_sample2.fastq.gz
[M::main] Real time: 8.545 sec; CPU: 8.446 sec; Peak RSS: 0.111 GB
06:55:11 Tue Dec 24 2024 find_isoform
#### Read gene annotations
	Removed similar transcripts in gene annotation: Counter({'duplicated_transcripts': 2})
#### find isoforms
SIRV1
SIRV2
SIRV3
SIRV4
SIRV5
SIRV6
SIRV7
#### Realign to transcript using minimap2
	Realigning sample  108fc62713b032_sample1 ...
06:55:13 Tue Dec 24 2024 minimap2_realign
[M::mm_idx_gen::0.004*0.65] collected minimizers
[M::mm_idx_gen::0.007*1.39] sorted minimizers
[M::main::0.007*1.39] loaded/built the index for 84 target sequence(s)
[M::mm_mapopt_update::0.007*1.36] mid_occ = 19
[M::mm_idx_stat] kmer size: 15; skip: 10; is_hpc: 0; #seq: 84
[M::mm_idx_stat::0.008*1.34] distinct minimizers: 4801 (32.66% are singletons); average occurrences: 3.268; average spacing: 5.396; total length: 84663
[M::worker_pipeline::1.227*2.52] mapped 2500 sequences
[M::main] Version: 2.24-r1122
[M::main] CMD: /usr/bin/minimap2 --eqx -N 100 -ax map-ont /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/transcript_assembly.fa /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/fastq_dir/108fc62713b032_sample1.fastq.gz
[M::main] Real time: 1.229 sec; CPU: 3.092 sec; Peak RSS: 0.032 GB
file renamed to  108fc62713b032_sample1_realign2transcript.bam 
Warning in file.remove(file.path(outdir, paste0(prefix, "tmp_align.bam"))) :
  cannot remove file '/home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/108fc62713b032_sample1_tmp_align.bam', reason 'No such file or directory'
	Realigning sample  108fc63a72bee_sample2 ...
06:55:15 Tue Dec 24 2024 minimap2_realign
[M::mm_idx_gen::0.004*0.83] collected minimizers
[M::mm_idx_gen::0.007*1.53] sorted minimizers
[M::main::0.007*1.52] loaded/built the index for 84 target sequence(s)
[M::mm_mapopt_update::0.008*1.48] mid_occ = 19
[M::mm_idx_stat] kmer size: 15; skip: 10; is_hpc: 0; #seq: 84
[M::mm_idx_stat::0.009*1.46] distinct minimizers: 4801 (32.66% are singletons); average occurrences: 3.268; average spacing: 5.396; total length: 84663
[M::worker_pipeline::0.898*2.49] mapped 2500 sequences
[M::main] Version: 2.24-r1122
[M::main] CMD: /usr/bin/minimap2 --eqx -N 100 -ax map-ont /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/transcript_assembly.fa /home/biocbuild/tmp/Rtmp9jXJJw/file108fc63f913973/fastq_dir/108fc63a72bee_sample2.fastq.gz
[M::main] Real time: 0.901 sec; CPU: 2.235 sec; Peak RSS: 0.027 GB
file renamed to  108fc63a72bee_sample2_realign2transcript.bam 
Warning in file.remove(file.path(outdir, paste0(prefix, "tmp_align.bam"))) :
  cannot remove file '/home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/108fc63a72bee_sample2_tmp_align.bam', reason 'No such file or directory'
#### Generating transcript count matrix
2024-12-24T06:55:16.214433Z  INFO oarfish: setting user-provided filter parameters.
2024-12-24T06:55:16.216149Z  INFO oarfish::alignment_parser: read header from BAM file /home/biocbuild/tmp/Rtmp9jXJJw/file108fc62b798abf/108fc62713b032_sample1_realign2transcript.bam, contains 84 reference sequences.
thread 'main' panicked at src/alignment_parser.rs:29:10:
has inner header
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error in run_oarfish(realign_bam, outdir, threads = config$pipeline_parameters$threads,  : 
  error running oarfish:
134
Calls: bulk_long_pipeline ... quantify_transcript -> quantify_transcript_oarfish -> run_oarfish
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 5 WARNINGs, 7 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/FLAMES.Rcheck/00check.log’
for details.


Installation output

FLAMES.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL FLAMES
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘FLAMES’ ...
** using non-staged installation via StagedInstall field
** libs
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
using C++17
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c RcppFunctions.cpp -o RcppFunctions.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c classes/BamRecord.cpp -o classes/BamRecord.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c classes/GFFRecord.cpp -o classes/GFFRecord.o
In file included from classes/GFFRecord.cpp:8:
classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’:
classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  255 |         for (int i = 0; i < s.size(); i++) {
      |                         ~~^~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c classes/GeneAnnotationParser.cpp -o classes/GeneAnnotationParser.o
In file included from classes/GeneAnnotationParser.cpp:15:
classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’:
classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  255 |         for (int i = 0; i < s.size(); i++) {
      |                         ~~^~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c classes/Isoforms.cpp -o classes/Isoforms.o
In file included from classes/Isoforms.cpp:16:
classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’:
classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  255 |         for (int i = 0; i < s.size(); i++) {
      |                         ~~^~~~~~~~~~
classes/Isoforms.cpp: In member function ‘void Isoforms::update_all_splice()’:
classes/Isoforms.cpp:233:35: warning: comparison of integer expressions of different signedness: ‘std::vector<StartEndPair>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  233 |                 if (blocks.size() >= (int)this->Min_sup_cnt) {
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
classes/Isoforms.cpp: In member function ‘void Isoforms::filter_TSS_TES(std::ofstream&, DoubleJunctions, float)’:
classes/Isoforms.cpp:368:33: warning: comparison of integer expressions of different signedness: ‘std::unordered_map<int, int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  368 |         if ((left_counts.size() < (int)this->Min_sup_cnt) ||
      |              ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
classes/Isoforms.cpp:369:38: warning: comparison of integer expressions of different signedness: ‘std::unordered_map<int, int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  369 |                 (right_counts.size() < (int)this->Min_sup_cnt)) {
      |                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
classes/Isoforms.cpp: In member function ‘void Isoforms::match_known_annotation(const std::unordered_map<std::__cxx11::basic_string<char>, Junctions>&, const std::unordered_map<std::__cxx11::basic_string<char>, Pos>&, const std::unordered_map<std::__cxx11::basic_string<char>, std::vector<StartEndPair> >&, GeneBlocks, std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >)’:
classes/Isoforms.cpp:662:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const long unsigned int’ [-Wsign-compare]
  662 |                                 for (int j = 0; j < std::min(raw_iso_key.size() - 1, junction.junctions.size()); j++) {
      |                                                 ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
classes/Isoforms.cpp:713:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  713 |                         for (int i = 0; i < new_exons.size(); ++i) {
      |                                         ~~^~~~~~~~~~~~~~~~~~
classes/Isoforms.cpp:725:46: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses]
  725 |                                 } else if (0 < i < raw_iso_key.size() - 1) { // a site from the middle somewhere
      |                                            ~~^~~
classes/Isoforms.cpp: In member function ‘std::string Isoforms::isoform_to_gff3(float)’:
classes/Isoforms.cpp:1140:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 1140 |                         for (int i = 0; i < exons.size(); i+=2) {
      |                                         ~~^~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c classes/junctions.cpp -o classes/junctions.o
In file included from classes/junctions.cpp:12:
classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’:
classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  255 |         for (int i = 0; i < s.size(); i++) {
      |                         ~~^~~~~~~~~~
classes/junctions.cpp: In function ‘std::unordered_map<std::__cxx11::basic_string<char>, std::vector<StartEndPair> > get_gene_flat(const std::unordered_map<std::__cxx11::basic_string<char>, std::vector<std::__cxx11::basic_string<char> > >&, const std::unordered_map<std::__cxx11::basic_string<char>, std::vector<StartEndPair> >&)’:
classes/junctions.cpp:166:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<StartEndPair>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  166 |         for (int i = 1; i < exons.size(); i++) {
      |                         ~~^~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c main-functions/find_isoform.cpp -o main-functions/find_isoform.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c main-functions/flexiplex.cpp -o main-functions/flexiplex.o
main-functions/flexiplex.cpp: In function ‘unsigned int edit_distance(const std::string&, const std::string&, unsigned int&, int)’:
main-functions/flexiplex.cpp:122:21: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  122 |       if (min_value <= max_editd)
      |           ~~~~~~~~~~^~~~~~~~~~~~
main-functions/flexiplex.cpp: In function ‘std::string get_umi(const std::string&, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&, const std::vector<int>&, int, int, bool, int, int)’:
main-functions/flexiplex.cpp:163:22: warning: comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  163 |     if (seq.length() < umi_start + umi_length) {
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:187:36: warning: comparison of integer expressions of different signedness: ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  187 |     if (read_to_subpatterns.size() > umi_index + 1) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
main-functions/flexiplex.cpp: In function ‘Barcode get_barcode(const std::string&, const std::unordered_set<std::__cxx11::basic_string<char> >&, int, int, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&)’:
main-functions/flexiplex.cpp:295:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘__gnu_cxx::__alloc_traits<std::allocator<long unsigned int>, long unsigned int>::value_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  295 |     if (i_pattern >= subpattern_ends[i_subpattern]) {
main-functions/flexiplex.cpp:354:22: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  354 |     if (editDistance == barcode.editd) {
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:356:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  356 |     } else if (editDistance < barcode.editd &&
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:357:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  357 |                editDistance <= barcode_max_editd) { // if best so far, update
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp: In function ‘std::vector<Barcode> big_barcode_search(const std::string&, const std::unordered_set<std::__cxx11::basic_string<char> >&, int, int, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&)’:
main-functions/flexiplex.cpp:396:29: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  396 |       if (barcode.flank_end == std::string::npos) {
      |           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp: In function ‘void print_stats(const std::string&, const std::vector<Barcode>&, std::ostream&)’:
main-functions/flexiplex.cpp:421:38: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  421 |                << (barcode.flank_end == std::string::npos ? "True" : "False")
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp: In function ‘void print_read(const std::string&, const std::string&, const std::string&, const std::vector<Barcode>&, std::ofstream&, std::unordered_set<std::__cxx11::basic_string<char> >&, bool, bool, bool)’:
main-functions/flexiplex.cpp:453:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  453 |   for (int b = 0; b < vec_bc.size(); b++) {
      |                   ~~^~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:468:32: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  468 |     if (vec_bc.at(b).flank_end == std::string::npos) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:473:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  473 |     for (int f = 0; f < vec_bc.size(); f++) {
      |                     ~~^~~~~~~~~~~~~~~
main-functions/flexiplex.cpp: In function ‘Rcpp::IntegerVector flexiplex_cpp(Rcpp::StringVector, Rcpp::String, bool, int, int, Rcpp::StringVector, Rcpp::String, Rcpp::String, Rcpp::String, bool, int)’:
main-functions/flexiplex.cpp:730:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<SearchResult> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  730 |       for (int t = 0; t < sr_v.size();
      |                       ~~^~~~~~~~~~~~~
main-functions/flexiplex.cpp:735:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<SearchResult>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  735 |         for (int r = 0; r < sr_v[t].size(); r++) { // loop over the reads
      |                         ~~^~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:737:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  737 |           for (int b = 0; b < sr_v[t][r].vec_bc_for.size(); b++)
      |                           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main-functions/flexiplex.cpp:739:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  739 |           for (int b = 0; b < sr_v[t][r].vec_bc_rev.size(); b++)
      |                           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c main-functions/get_transcript_seq.cpp -o main-functions/get_transcript_seq.o
main-functions/get_transcript_seq.cpp: In function ‘void write_fa(const std::string&, const std::string&, const std::string&, int)’:
main-functions/get_transcript_seq.cpp:87:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   87 |     while (i < seq.size()) {
      |            ~~^~~~~~~~~~~~
main-functions/get_transcript_seq.cpp:88:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   88 |         if (i + wrap_len > seq.size()) {
      |             ~~~~~~~~~~~~~^~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c main-functions/group_bam2isoform.cpp -o main-functions/group_bam2isoform.o
In file included from main-functions/group_bam2isoform.cpp:18:
main-functions/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’:
main-functions/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  255 |         for (int i = 0; i < s.size(); i++) {
      |                         ~~^~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c main-functions/pileup_readid.cpp -o main-functions/pileup_readid.o
main-functions/pileup_readid.cpp: In function ‘Rcpp::NumericMatrix variant_count_matrix_cpp(Rcpp::String, Rcpp::String, int, bool, bool)’:
main-functions/pileup_readid.cpp:268:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  268 |   for (int i = 0; i < BASES.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~
main-functions/pileup_readid.cpp: In instantiation of ‘std::unordered_map<std::__cxx11::basic_string<char>, std::vector<std::vector<std::__cxx11::basic_string<char> > > > group_umis(const TableType&, int) [with TableType = std::unordered_map<std::__cxx11::basic_string<char>, std::unordered_map<std::__cxx11::basic_string<char>, std::unordered_map<std::__cxx11::basic_string<char>, unsigned int> > >]’:
main-functions/pileup_readid.cpp:342:30:   required from here
  342 |     grouped_umis = group_umis(indels, MAX_EDIT_DISTANCE);
      |                    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
main-functions/pileup_readid.cpp:86:16: warning: unused variable ‘end’ [-Wunused-variable]
   86 |   unsigned int end;
      |                ^~~
main-functions/pileup_readid.cpp: In instantiation of ‘std::unordered_map<std::__cxx11::basic_string<char>, std::vector<std::vector<std::__cxx11::basic_string<char> > > > group_umis(const TableType&, int) [with TableType = std::unordered_map<std::__cxx11::basic_string<char>, std::unordered_map<std::__cxx11::basic_string<char>, std::array<unsigned int, 5> > >]’:
main-functions/pileup_readid.cpp:344:30:   required from here
  344 |     grouped_umis = group_umis(snps, MAX_EDIT_DISTANCE);
      |                    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
main-functions/pileup_readid.cpp:86:16: warning: unused variable ‘end’ [-Wunused-variable]
   86 |   unsigned int end;
      |                ^~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c tests/test-junctions.cpp -o tests/test-junctions.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c tests/test-parsing.cpp -o tests/test-parsing.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c utility/cigars.cpp -o utility/cigars.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c utility/edlib-1.2.7/edlib.cpp -o utility/edlib-1.2.7/edlib.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/testthat/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c utility/bam.c -o utility/bam.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o FLAMES.so RcppExports.o RcppFunctions.o classes/BamRecord.o classes/GFFRecord.o classes/GeneAnnotationParser.o classes/Isoforms.o classes/junctions.o main-functions/find_isoform.o main-functions/flexiplex.o main-functions/get_transcript_seq.o main-functions/group_bam2isoform.o main-functions/pileup_readid.o tests/test-junctions.o tests/test-parsing.o utility/cigars.o utility/edlib-1.2.7/edlib.o utility/bam.o -pthread -lz /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/R/R/lib -lR
if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug FLAMES.so; fi
installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: program compiled against libxml 212 using older 211
* DONE (FLAMES)

Tests output

FLAMES.Rcheck/tests/testthat.Rout


R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> 
> library(testthat)
> library(FLAMES)
Warning: program compiled against libxml 212 using older 211
> 
> test_check("FLAMES")
Writing configuration parameters to:  /home/biocbuild/tmp/RtmpofHOUo/file109a444159a578/config_file_1088068.json 
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a4441f7e87/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/extdata/fastq/musc_rps24.fastq.gz
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
Skipping TSO trimming...
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a4442fc74e9/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/extdata/fastq/musc_rps24.fastq.gz
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
Skipping TSO trimming...
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a4442fc74e9/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442e1da46c/musc_rps24_1.fastq
Searching for barcodes...
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442e1da46c/musc_rps24_2.fastq
Searching for barcodes...
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442e1da46c/musc_rps24_3.fastq
Searching for barcodes...
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442e1da46c/musc_rps24_4.fastq
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
Skipping TSO trimming...
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a4471f35ab5/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/extdata/fastq/musc_rps24.fastq.gz
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
Skipping TSO trimming...
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a4471f35ab5/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442a55089c/musc_rps24_1.fastq
Searching for barcodes...
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442a55089c/musc_rps24_2.fastq
Searching for barcodes...
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442a55089c/musc_rps24_3.fastq
Searching for barcodes...
Processing file: /home/biocbuild/tmp/RtmpofHOUo/file109a442a55089c/musc_rps24_4.fastq
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a4471f35ab5/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/extdata/fastq/musc_rps24.fastq.gz
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
Skipping TSO trimming...
FLEXIPLEX 0.96.2
Setting max barcode edit distance to 2
Setting max flanking sequence edit distance to 8
Setting read IDs to be  replaced
Setting number of threads to 1
Search pattern: 
primer: CTACACGACGCTCTTCCGATCT
BC: NNNNNNNNNNNNNNNN
UMI: NNNNNNNNNNNN
polyT: TTTTTTTTT
Setting known barcodes from /home/biocbuild/tmp/RtmpofHOUo/file109a445ea8fbe/bc_allow.tsv
Number of known barcodes: 143
Processing file: /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/FLAMES/extdata/fastq/musc_rps24.fastq.gz
Searching for barcodes...
Number of reads processed: 393
Number of reads where at least one barcode was found: 368
Number of reads with exactly one barcode match: 364
Number of chimera reads: 1
All done!
Skipping TSO trimming...
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 13 ]
> 
> proc.time()
   user  system elapsed 
 29.179   1.392  30.657 

Example timings

FLAMES.Rcheck/FLAMES-Ex.timings

nameusersystemelapsed
annotation_to_fasta1.7450.0761.826
blaze0.4270.0394.675