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

Copy original file rather than softlink #120

Closed
zhouzhendiao opened this issue Mar 6, 2024 · 6 comments
Closed

Copy original file rather than softlink #120

zhouzhendiao opened this issue Mar 6, 2024 · 6 comments
Labels
enhancement Improvement for existing functionality

Comments

@zhouzhendiao
Copy link

Description of feature

Softlinks became invalid after nextflow clean. It's not convenient sometimes, especially when I want to backup results. Could this pipeline copy results from cache rather than just softlink?

@zhouzhendiao zhouzhendiao added the enhancement Improvement for existing functionality label Mar 6, 2024
@LaurenceKuhl
Copy link
Contributor

Hi @zhouzhendiao this should be fixed in the next release! In the meantime you can try running it with the dev branch. Just to be sure, could you please paste the command you use to execute the pipeline?
Thank you,
Laurence

@zhouzhendiao
Copy link
Author

Hi @zhouzhendiao this should be fixed in the next release! In the meantime you can try running it with the dev branch. Just to be sure, could you please paste the command you use to execute the pipeline? Thank you, Laurence

Hi @LaurenceKuhl ,
Here is command:

nohup nextflow run /local_path/nf-core-crisprseq-2.0.0/workflow \
    --analysis screening \
    --genome GRCh38 \
    --library library_file \
    --mle_design_matrix treatment_vs_control.txt \
    -profile singularity \
    --igenomes_base  local_path  \
    -offline \
    --outdir . \
    --input samplesheet.csv \
    -config user.config \
    -resume \
    --max_cpus 16 \
    --max_memory 64.GB \
    --max_time 256.h &

# clean
nextflow log | awk -F '\t' '{print $3}' | tail -4 | xargs -i nextflow clean {} -f
/bin/rm -r .nextflow* null/ work/ pipeline_info/

@LaurenceKuhl
Copy link
Contributor

Hi we are currently planning the next release and i will get back to you to make sure everything works!

@zhouzhendiao
Copy link
Author

Thanks!

@LaurenceKuhl
Copy link
Contributor

Hi @zhouzhendiao, could you please check the documentation and try again with version 2.2.0 and let me know if it works?

@LaurenceKuhl
Copy link
Contributor

Hi @zhouzhendiao closing this issue, feel free to reopen it in case you have any issues :)

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

No branches or pull requests

2 participants