Skip to content

Commit

Permalink
Missing outputfile script added
Browse files Browse the repository at this point in the history
  • Loading branch information
fischuu committed Feb 22, 2021
1 parent 2b0d3b3 commit a49ad27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##### #####
################################################################################

0.4.1 : * Bugfix - Missing outputfile script added
0.4 : Release version
0.3.16: * Several other small path typos
0.3.15: * Mixup in samflags anf flagsts solev for final report
Expand Down
4 changes: 2 additions & 2 deletions GBS-pipeline.smk
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import os
##### Daniel Fischer (daniel.fischer@luke.fi)
##### Natural Resources Institute Finland (Luke)
##### This pipeline is build upon the the GBS-SNP-CROP pipeline
##### Version: 0.4
version = "0.4"
##### Version: 0.4.1
version = "0.4.1"

##### set minimum snakemake version #####
min_version("5.24")
Expand Down
1 change: 1 addition & 0 deletions rules/Module3-MockReference
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ else:
df -h &> {log}
echo "Number of threads used:" {threads}
sed '/^@/d' {input.sam} | cut -f2 | sort | uniq -c > {output.samflags}
samtools flagstat {input.sam} > {output.fs}
samtools stats {input.sam} > {output.stats}
samtools idxstats {input.sbam} | awk '{{print $1\" \"$3}}' > {output.c}
bedtools genomecov -ibam {input.sbam} -bg > {output.bed}
Expand Down

0 comments on commit a49ad27

Please sign in to comment.