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

add publishDir to link raw joint-call VCFs to the result folder #13

Open
bguo068 opened this issue Aug 23, 2023 · 0 comments
Open

add publishDir to link raw joint-call VCFs to the result folder #13

bguo068 opened this issue Aug 23, 2023 · 0 comments

Comments

@bguo068
Copy link
Owner

bguo068 commented Aug 23, 2023

https://github.com/bguo068/snp_call_nf/blob/9bbd5284f46a49bb12640892b84ab92d0cb77f98/main.nf#L303C1-L323C2

Currently raw joint-call VCFs are not linked to the result folder. But you can use nextflow log command to show their locations within the work directory if you have run the pipeline successfully in your last call. For example,

nextflow log `nextflow log -q | tail -1` -f workdir  -filter 'name =~ /GATK_GENOTYPE_GVCFS.*/' \
| while read workdir; do ls -d $workdir/*.vcf; done

The workaround might be helpful to you. @Matthew-A-epi

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

1 participant