-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can I run YAMP locally? #12
Comments
Hi @biofuture , you should comment the By the way, you don't need root permission to run YAMP on HPC. You can install Nextflow on your local area, and also download YAMP locally. The batch schedulers will take care of YAMP execution on the nodes. Hope this helps! |
I will have try. Thanks |
Please check the eror message: nextflow run YAMP.nf --reads1 /srv/scratch/mrcseq/Firstbactchshotgun/GON6648-6714_Pool1/GON6648A1/SCO_01_S90_R1_001.fastq.gz --reads2 /srv/scratch/mrcseq/Firstbactchshotgun/GON6648-6714_Pool1/GON6648A1/SCO_01_S90_R2_001.fastq.gz --prefix SCO_01 --outdir /srv/scratch/mrcseq/Firstbactchshotgun/LIVER/SCO_01 --mode QC |
I comment it like this
|
Hi @biofuture, |
Hi,
I installed YAMP under a conda environment "YAMPconda" by installing all the dependent software under my the YAMPconda. I installed the nextflow already.
I activated my conda environment YAMPconda so all the dependent software can be accessed by default. I then run the command, it always comes up with an error message
Launching
YAMP.nf
[marvelous_church] - revision: 79aff4c7d7WARN: Unknown directive
jobName
for processdedup
[warm up] executor > pbs
WARN: Unknown directive
jobName
for processtrim
WARN: Unknown directive
jobName
for processdecontaminate
WARN: Unknown directive
jobName
for processqualityAssessment
WARN: Unknown directive
jobName
for processprofileTaxa
WARN: Unknown directive
jobName
for processalphaDiversity
WARN: Unknown directive
jobName
for processprofileFunction
WARN: Unknown directive
jobName
for processlogQC
WARN: Unknown directive
jobName
for processsaveQCtmpfile
WARN: Unknown directive
jobName
for processlogCC
WARN: Unknown directive
jobName
for processsaveCCtmpfile
executor > pbs (3)
[40/3e348e] process > qualityAssessment [ 0%] 0 of 2
The pipeline stacks here.
It seems that the YAMP will submit my the jobs to a computing node in the queen, however, there is no YAMPconda activate under that computing node. So I think if I run the YAMP locally after activate the YAMPconda, I can run the pipleline. As I can not install the YAMP under all computing node by myself, I have to install the software only under my account.
Can you help to figure out how to run YAMP for my case? I Can not install YAMP on HPC as manager. But I still want to run the YAMP on HPC.
The text was updated successfully, but these errors were encountered: