Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |