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 trying to run the nextflow/scaleRNA pipeline using conda as a dependency manager.
I am testing the test run example: #nextflow run /sci/labs/ariel.chipman/itai.fein/ScaleRna-master -profile slurm_conda -c /sci/labs/ariel.chipman/itai.fein/my_hpc.config -params-file /sci/labs/ariel.chipman/itai.fein/ScaleRna-master/docs/examples/runParams.yml --outDir /sci/labs/ariel.chipman/itai.fein/scaler_test_output -resume
I made a custom "my_hpc.config" file, trying to specify a Slurm run, but I am getting the following error:
Traceback (most recent call last):
File "/sci/labs/ariel.chipman/itai.fein/ScaleRna-master/bin/sniff_input_reads.py", line 16, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Is there anyone who has used the nextflow/scaleRNA pipeline using conda on a Slurm server that can help me?
Nextflow version: 25.04.6
Java version:
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1)
OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)
This discussion was converted from issue #6576 on November 17, 2025 09:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the nextflow/scaleRNA pipeline using conda as a dependency manager.
I am testing the test run example: #nextflow run /sci/labs/ariel.chipman/itai.fein/ScaleRna-master -profile slurm_conda -c /sci/labs/ariel.chipman/itai.fein/my_hpc.config -params-file /sci/labs/ariel.chipman/itai.fein/ScaleRna-master/docs/examples/runParams.yml --outDir /sci/labs/ariel.chipman/itai.fein/scaler_test_output -resume
I made a custom "my_hpc.config" file, trying to specify a Slurm run, but I am getting the following error:
Traceback (most recent call last):
File "/sci/labs/ariel.chipman/itai.fein/ScaleRna-master/bin/sniff_input_reads.py", line 16, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Is there anyone who has used the nextflow/scaleRNA pipeline using conda on a Slurm server that can help me?
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1)
OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)
nextflow.log.txt
nextflow_test.out.txt
nextflow_test.sh
Beta Was this translation helpful? Give feedback.
All reactions