Skip to content

Commit a97e960

Browse files
committed
Merge branch 'main' of https://github.com/CompEvoMetu/aDNAworkshop2022 into main
2 parents f0a171c + 525a687 commit a97e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selection/PBS/fst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
echo "SLURM_NODELIST $SLURM_NODELIST"
1010
echo "NUMBER OF CORES $SLURM_NTASKS"
1111

12-
for i in africa eas eurasia; do cut -f 1 {i}.tsv | awk 'FNR>1 {print$0}'>{i}.txt; done
12+
for i in africa eas eurasia; do cut -f 1 ${i}.tsv | awk 'FNR>1 {print$0}'>${i}.txt; done
1313

1414
/usr/local/sw/vcftools-0.1.16/bin/vcftools --gzvcf chr2.1000genome.phase3.v5a.ALL.filtered.recode.vcf.gz --weir-fst-pop eas.txt --weir-fst-pop eurasia.txt --fst-window-size 10000 --fst-window-step 5000 --out eas_euas_norep --exclude-bed chr2_sorted_rep.bed
1515

0 commit comments

Comments
 (0)