-
Notifications
You must be signed in to change notification settings - Fork 32
failed to create hard link ‘pbmc10k_data.SCANPY.hvg_scaled_output.h5ad’ => ‘tmp’: Operation not permitted #317
Comments
Hi @vagabond12 , This should be fixed in the
|
Hi @cflerin, I then try your suggestion to use the develop version, but I get another error: "Unknown error accessing project This is how I run it (my nextflow version is 20.10.0): |
Hi @Ijoanito , It seems like your local copy was corrupted somehow. Best thing to do would be to remove it and re-pull it. See the comment here for how to do this. Keep in mind that if you are switching from a release to the develop branch, you may have to re-generate your config file ( |
Hi @cflerin Thanks for your prompt reply. Yes I have tried that one too. This is how I run it: rm -rf ~/.nextflow/assets/vib-singlecell-nf/vsn-pipelines This the config file that I use. |
Hi @Ijoanito , And you still get an error after running these commands, or not? It looks like there is a typo in your run command -- you haven't specified branch
|
Gezz, I didnt notice that. It is running perfectly now. |
@Ijoanito , glad to hear that it's working for you now! |
- Use stageAs in place of hard link - Resolves #317
centos7.7
nextflow version 20.10.0.5430
vsn-pipelines Version 0.25.0
nextflow -C pbmc10k.vsn-pipelines.complete.config
run vib-singlecell-nf/vsn-pipelines
-entry single_sample
-r v0.25.0
Describe the bug
[pbmc10k_data, /home/jxx2/Tutorials/SCENIC_pbmc/pbmc10k_data/outs, 10x_cellranger_mex_outs, h5ad]
Error executing process > 'single_sample:SINGLE_SAMPLE:SCANPY__SINGLE_SAMPLE:HVG_SELECTION:PUBLISH_H5AD_HVG_SCALED:SC__PUBLISH (1)'
Caused by:
Process
single_sample:SINGLE_SAMPLE:SCANPY__SINGLE_SAMPLE:HVG_SELECTION:PUBLISH_H5AD_HVG_SCALED:SC__PUBLISH (1)
terminated with an error exit status (1)Command executed:
mv pbmc10k_data.SCANPY.hvg_scaled_output.h5ad tmp
if [ ! -f pbmc10k_data.SCANPY.hvg_scaled_output.h5ad ]; then
ln -L tmp "pbmc10k_data.SCANPY.hvg_scaled_output.h5ad"
fi
Command exit status:
1
Command output:
(empty)
Command error:
ln: failed to create hard link ‘pbmc10k_data.SCANPY.hvg_scaled_output.h5ad’ => ‘tmp’: Operation not permitted
Work dir:
/home/jxx2/Tutorials/SCENIC_pbmc/work/7d/7c3d7ff02cdf4adc14c4b8d1062342
Tip: when you have fixed the problem you can continue the execution adding the option
-resume
to the run command lineWARN: Killing pending tasks (4)
The text was updated successfully, but these errors were encountered: