Skip to content

Commit

Permalink
rmd everyone update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGurr committed Nov 16, 2024
1 parent 10eac10 commit 47f0bdb
Show file tree
Hide file tree
Showing 4 changed files with 568 additions and 5 deletions.
12 changes: 12 additions & 0 deletions HPC_analysis/output/Popgen/angsd/all/strata/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
vcf-query -l ../out.4.recode.vcf > ./out.4.listIDs.csv

same as..

# all IDs csv strata fromt eh all vcf.gz file
vcf-query -l ../final_vcf/all_final.vcf.gz > all_final_listIDs.csv

# broodstock .csv file using grep to call from the all list
cat all_final_listIDs.csv | grep '.-B' > broodstock_listIDs.csv

# F0 broodstock and all juveniles .csv file using grep to call from the all list
cat all_final_listIDs.csv | grep '|.-B0/|F1J/|F2J/|F3J/|' > F0B_allJuveniles_listIDs.csv
Loading

0 comments on commit 47f0bdb

Please sign in to comment.