hisat-3n/evaluation/tests/HLA_novel/ILMN_StrandSeq_original/README

9 lines
369 B
Plaintext
Raw Normal View History

2025-01-18 13:09:52 +00:00
Download SRA reads in the FASTQ format
for i in `awk '{if(NR != 1) print $4}' SraRunInfo.txt`; do fastq-dump --gzip $i; done
for i in `ls *.gz`; do echo $i; ../../../../hisat2 --no-hd -x ../hla.graph -U $i --max-altstried 64 2> /dev/null | grep "A\*B" >> temp; done
scripts/get_haplotype_ILMN_StrandSeq.py ILMN_StrandSeq/SraRunInfo.txt ILMN_StrandSeq/temp