Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tayabsoomro
tayabsoomro / ShortListArabidopsisPeptides.sh
Last active January 19, 2020 05:21
Shell Script for creating a shortlist of phosphopeptides of Arabidopsis
#!/bin/sh
#####################################################################
# SYNOPSIS
# The following script was used for the shortlist of
# the peptides sent for Arabidopsis-specific array
# synthesis
#
# DAPPLE2 Configruation
# Target Organism : {ANY}
@tayabsoomro
tayabsoomro / samtocsv.sh
Last active July 8, 2019 20:45
Generates a CSV file containing useful data about alignment from SAM file
#!/usr/bin/bash
SAM=/isilon/saskatoon-rdc/users/soomrot/genome_comparison/minimap2/run4_pbpt3.sorted.bam
TOTAL_GAP_BP=0
prev_end_ref=-404
prev_end_query=-404
prev_old_contig_name=""
PATH_TO_NEW_CONTIG_FILE=/isilon/saskatoon-rdc/users/soomrot/data/OX1905abc/OX1905-Assembly/run4/all_contigs.fasta
PATH_TO_FASTA=/home/AAFC-AAC/soomrot/software
PATH_TO_PBPT3=/isilon/saskatoon-rdc/users/soomrot/genome_comparison/nucmer_run/pbpt3.fasta