Skip to content

Commit

Permalink
modified: FindSV_core.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
J35P312 committed Apr 23, 2019
1 parent 259f347 commit a101730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FindSV_core.nf
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if(!params.vcf){

script:
"""
singularity exec ${params.FindSV_home}/FindSV.simg samtools index ${bam_file}
singularity exec ${params.FindSV_home}/FindSV.simg python /opt/TIDDIT/TIDDIT.py --sv --bam ${bam_file} -p ${params.TIDDIT_pairs} -r ${params.TIDDIT_reads} -q ${params.TIDDIT_q} -o ${bam_file.baseName} --ref ${params.genome}
"""
}
Expand Down

0 comments on commit a101730

Please sign in to comment.