Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in running Celescope for RNA #273

Open
AndreaGhiroldi opened this issue Feb 21, 2024 · 4 comments
Open

Problem in running Celescope for RNA #273

AndreaGhiroldi opened this issue Feb 21, 2024 · 4 comments

Comments

@AndreaGhiroldi
Copy link

I've installed Celescope and run the test_script and everything worked. I've tried to run an analysis on one sample but I've got this error:

(celescope) andrea@Precision-7920-Tower:/hdd_a/andrea/Celescope$ sh run.sh
: not foundmulti_rna
run.sh: 2: --mapfile: not found
run.sh: 3: --genomeDir: not found
run.sh: 4: --thread: not found
run.sh: 5: --mod: not found

This is my run.sh file:
multi_rna
--mapfile ./my.mapfile
--genomeDir /hdd_a/andrea/Celescope/hs_ensembl_99
--thread 16
--mod shell\

Any suggestion? Thank you

@AndreaGhiroldi
Copy link
Author

Thank you for the response. However the \ was present at the end of each line. I've added a space between the last character of a line and the \ and this is the error occured.

(celescope) andrea@Precision-7920-Tower:/hdd_a/andrea/Celescope$ sh run.sh
usage: rna multi-samples [-h] --mapfile MAPFILE [--mod {sjm,shell}] [--queue QUEUE] [--rm_files] [--steps_run STEPS_RUN] [--outdir OUTDIR] [--thread THREAD] [--use_R3] [--debug] [--wells WELLS]
[--chemistry {auto,scopeV1,scopeV2.0.0,scopeV2.0.1,scopeV2.1.0,scopeV2.1.1,scopeV2.2.1,scopeV3.0.1,flv_rna,flv,bulk_vdj,bulk_rna,customized}] [--pattern PATTERN]
[--whitelist WHITELIST] [--adapter_3p ADAPTER_3P] [--outFilterMatchNmin OUTFILTERMATCHNMIN] [--soloCellFilter SOLOCELLFILTER] [--starMem STARMEM]
[--STAR_param STAR_PARAM] [--SAM_attributes SAM_ATTRIBUTES] [--soloFeatures SOLOFEATURES] --genomeDir GENOMEDIR
rna multi-samples: error: the following arguments are required: --mapfile, --genomeDir
run.sh: 2: --mapfile: not found
run.sh: 3: --genomeDir: not found
run.sh: 4: --thread: not found
run.sh: 5: --mod: not found

this is the run.sh file:
multi_rna
--mapfile /hdd_a/andrea/Celescope/my.mapfile
--genomeDir /hdd_a/andrea/Celescope/hs_ensembl_99
--thread 16
--mod shell \

Thanks

@zhouyiqi91
Copy link
Collaborator

It seems that the backslash was not properly added. You can try move all the arguments in one line to avoid this issue.
For example

multi_rna --mapfile /hdd_a/andrea/Celescope/my.mapfile  --genomeDir ..."

@AndreaGhiroldi
Copy link
Author

Thank you. Now it seems to work. Thank you again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants