File: workflow.sh

package info (click to toggle)
pbsuite 15.8.24%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 15,288 kB
  • sloc: python: 10,959; sh: 146; xml: 21; makefile: 14
file content (18 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

#Set the inputReads and reference -- change at your leisure
inputReads=filtered_subreads.fastq
reference=lambda_modified.fasta

echo "PIEMapping"
Honey.py pie $inputReads $reference

echo "Sam To Bam"
sam2bam $reference mapping.tails.sam

echo "Calling Tails"
Honey.py tails mappingFinal.bam --reference $reference

echo "Calling Spots"
Honey.py spots mappingFinal.bam