Skip to content

Commit 25d300c

Browse files
authored
Merge pull request #10 from CEGRcode/dev
Update StrainID scripts and sacCer3_VCF
2 parents 661a974 + 49dc4f5 commit 25d300c

28 files changed

Lines changed: 258916 additions & 200697 deletions

StrainID/identify-Strain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ cd $INPUT
5555
for BAM in *.bam
5656
do
5757

58-
SAMPLE=$(echo $BAM | awk -F"." '{print $1}')
58+
SAMPLE=`basename $BAM`
5959
echo $SAMPLE
60-
60+
6161
if [[ $SEED -eq "" ]]; then
6262
python $LOCAL/strainScripts/detect_strain_BAM.py -b $BAM -g $GENOME -v $VCF -o $OUTPUT/$SAMPLE\_strain.tab
6363
else

StrainID/sacCer3_VCF/BY4741.gatk.vcf

Lines changed: 2 additions & 490 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/BY4742.gatk.vcf

Lines changed: 2 additions & 456 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/CEN.PK2-1Ca.gatk.vcf

Lines changed: 2 additions & 20457 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/D273-10B.gatk.vcf

Lines changed: 2 additions & 24029 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/FL100.gatk.vcf

Lines changed: 2 additions & 18808 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/JK9-3d.gatk.vcf

Lines changed: 2 additions & 11341 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/README.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

StrainID/sacCer3_VCF/RM11-1A.gatk.vcf

Lines changed: 2 additions & 36666 deletions
Large diffs are not rendered by default.

StrainID/sacCer3_VCF/SEY6210.gatk.vcf

Lines changed: 2 additions & 6102 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)