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
the integration_col_continuous is not present in the yaml for integration workflow, I wonder if it might have been missed from the ruffus/yaml but is in the python script?
The text was updated successfully, but these errors were encountered:
When running panpipes with atac,rna,prot, I get the follwing error from MultiVI:
OSError: Job 1204848 has non-zero exitStatus 2: hasExited=True, wasAborted=FalsehasSignal=False, terminatedSignal='' \
statement = python [dir]/panpipes/panpipes/python_scripts/batch_correct_multivi.py
--scaled_anndata [dir]/panpipes/2_preprocess/multiome.h5mu --output_csv batch_correction/umap_multimodal_multivi.csv
--figdir figures/ --scvi_seed 1492 --integration_col_categorical sample_id --integration_col_continuous
--neighbors_method scanpy --neighbors_metric euclidean --neighbors_n_pcs 30 --neighbors_k 30 >
logs/4_multimodal_multivi.log \
usage: batch_correct_multivi.py [-h] [--scaled_anndata SCALED_ANNDATA] \
[--output_csv OUTPUT_CSV] \
[--integration_col_categorical INTEGRATION_COL_CATEGORICAL] \
[--integration_col_continuous INTEGRATION_COL_CONTINUOUS] \
[--figdir FIGDIR] \
[--neighbors_n_pcs NEIGHBORS_N_PCS] \
[--neighbors_method NEIGHBORS_METHOD] \
[--neighbors_k NEIGHBORS_K] \
[--neighbors_metric NEIGHBORS_METRIC] \
[--scvi_seed SCVI_SEED] \
batch_correct_multivi.py: error: argument --integration_col_continuous: expected one argument \
the
integration_col_continuous
is not present in the yaml for integration workflow, I wonder if it might have been missed from the ruffus/yaml but is in the python script?The text was updated successfully, but these errors were encountered: