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
[ERROR ~ Error executing process > 'NFCORE_QUANTMS:QUANTMS:INPUT_CHECK:SAMPLESHEET_CHECK (PXD001819.sdrf.tsv)'
duckdb.duckdb.ConversionException: Conversion Error: In Parquet reader of file "/usr/local/lib/python3.10/site-packages/sdrf_pipelines/ols/uberon.parquet":
failed to cast column "accession" from type VARCHAR to INTEGER: Could not convert string 'BFO:0000001' to INT32]
Which tsv and fasta files should I use for a test run?
The text was updated successfully, but these errors were encountered:
@daichengxin Thanks for your answer.
but I don't understand what this container is.
if I want to run it in conda env, do I just need to set up -profile conda?
Because you are running quantms in docker env. So you can try run docker ps -a to find out the container (nxf- prefix) from sdrf_pipelines module. Yes, you just set up -profile conda
Hi, I successfully ran the test code.
but when I specify input and database, it doesn't work
nextflow run bigbio/quantms -r 1.3.0 -profile docker --input 'PXD001819.sdrf.tsv' --database '18Protein_SoCe_Tr_detergents_trace.fasta' --outdir .
[ERROR ~ Error executing process > 'NFCORE_QUANTMS:QUANTMS:INPUT_CHECK:SAMPLESHEET_CHECK (PXD001819.sdrf.tsv)'
duckdb.duckdb.ConversionException: Conversion Error: In Parquet reader of file "/usr/local/lib/python3.10/site-packages/sdrf_pipelines/ols/uberon.parquet":
failed to cast column "accession" from type VARCHAR to INTEGER: Could not convert string 'BFO:0000001' to INT32]
Which tsv and fasta files should I use for a test run?
The text was updated successfully, but these errors were encountered: