sarek icon indicating copy to clipboard operation
sarek copied to clipboard

BWA index isn't coppied over with using save-reference option

Open vsmalladi opened this issue 1 year ago • 2 comments

Description of the bug

BWA index isn't copied over with using save-reference option on Azure. This is because it needs files in the path to copy over.

Can be fixed with updating the index modules: https://github.com/nf-core/modules/pull/1964

Command used and terminal output

./nextflow run .nextflow/assets/nf-core/sarek/main.nf -c azure.config -w "az://genomas-raros/work" --outdir "az://genomas-raros/results"  --tools haplotypecaller --input sarek.csv --igenomes_ignore --save_reference --genome 'custom'

Relevant files

No response

System information

  • nextflow version 22.04.5.5708
  • Azure VM
  • Executor Azure
  • Docker
  • OS Ubuntu
  • 3.0.1

vsmalladi avatar Aug 22 '22 20:08 vsmalladi

Not sure I understand. When setting --save_reference it is intended that the bwa index should be saved. Can you elaborate on the issue?

FriederikeHanssen avatar Aug 25 '22 08:08 FriederikeHanssen

Sorry meant to say is not coppied over.

vsmalladi avatar Aug 25 '22 12:08 vsmalladi