You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a module for nf-core (nf-core/modules#5932) where we are now porting to a new testing framework. Running these tests means giving the same input to the conda, docker and singularity version of the same tool. While both docker and singularity complete without errors, I always run into the following error when running gridss somaticfilter:
Attaching package: ‘Matrix’
The following object is masked from ‘package:S4Vectors’:
expand
The following objects are masked from ‘package:tidyr’:
expand, pack, unpack
Attaching package: ‘MatrixGenerics’
The following objects are masked from ‘package:matrixStats’:
colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
colWeightedMeans, colWeightedMedians, colWeightedSds,
colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
rowWeightedSds, rowWeightedVars
Attaching package: ‘S4Arrays’
The following object is masked from ‘package:abind’:
abind
The following object is masked from ‘package:base’:
rowsum
No reference genome supplied using --ref. Not performing variant equivalence checks.
2024-09-03 17:14:56.3009 Reading test.vcf.gz
Tumour samples:
Matched normals:
Error: array-like subscript has more than one effective dimension
Execution halted
I am thankful for any hints what could cause this problem.
I am working on a module for nf-core (nf-core/modules#5932) where we are now porting to a new testing framework. Running these tests means giving the same input to the conda, docker and singularity version of the same tool. While both docker and singularity complete without errors, I always run into the following error when running gridss somaticfilter:
I am thankful for any hints what could cause this problem.
Command used:
The text was updated successfully, but these errors were encountered: