Skip to content

Commit

Permalink
fix: add missing bai to exomedepth, fix typo in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
elleira committed Mar 14, 2024
1 parent 944ce96 commit 1c58ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_marple_marvin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ snakemake --profile /projects/wp3/nobackup/TwistCancer/Bin/marple_rd_tc/profiles

## Cp Results to OUTBOX and trigger stackstorm
echo 'Pipeline done, cp back data and trigger stackstorm' && \
rsync -ru /scratch/wp3/TwistCancer/${sequencerun}/Results/ ${outbox}/${sequencerun}/ && \
touch ${outbox}/${sequencerun}/Done.txt && \
rsync -ru /scratch/wp3/TwistCancer/${sequenceid}/Results/ ${outbox}/${sequenceid}/ && \
touch ${outbox}/${sequenceid}/Done.txt && \
echo 'All done!'
1 change: 1 addition & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ use rule * from cnv_sv as cnv_sv_*
use rule exomedepth_call from cnv_sv as cnv_sv_exomedepth_call with:
input:
bam="alignment/samtools_merge_bam/{sample}_{type}.bam",
bai="alignment/samtools_merge_bam/{sample}_{type}.bam.bai",
bedfile=config.get("exomedepth_call", {}).get("bedfile", ""),
ref_count=config["exomedepth_call"]["ref_count"],
genes=config.get("exomedepth_call", {}).get("genesfile", ""),
Expand Down

0 comments on commit 1c58ea7

Please sign in to comment.