We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0a171c + 525a687 commit a97e960Copy full SHA for a97e960
selection/PBS/fst.sh
@@ -9,7 +9,7 @@
9
echo "SLURM_NODELIST $SLURM_NODELIST"
10
echo "NUMBER OF CORES $SLURM_NTASKS"
11
12
-for i in africa eas eurasia; do cut -f 1 {i}.tsv | awk 'FNR>1 {print$0}'>{i}.txt; done
+for i in africa eas eurasia; do cut -f 1 ${i}.tsv | awk 'FNR>1 {print$0}'>${i}.txt; done
13
14
/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
15
0 commit comments