Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Fall 4 Oct 26 - Nov 6
Description
Review all genome version directories in IGB Quickload. Identify directories where there is no HEADER.md available. Make note of any genomes that are lacking a HEADER.md in the comments here.
See: https://svn.bioviz.org/viewvc for easy way to browse the directories. Alternatively, could write a bash script to check them all at once. Describe process used here.
Attachments
Issue Links
- relates to
-
IGBF-2582 Add HEADER.md to quickload directories
-
- Closed
-
On a Mac:
find . -type d '!' -exec test -e "{}/HEADER.md" ';' -print | sort
./A_thaliana_Apr_2008
./A_thaliana_Jun_2009
./B_distachyon_Aug_2010
./C_albicans_SC5314_Jun_2014
./C_albicans_SC5314_Nov_2008
./C_albicans_WO-1_Dec_2013
./C_albicans_WO-1_Jul_2010
./C_papaya_Aug_2010
./C_reinhardtii_Nov_2010
./F_vesca_Sep_2011
./G_max_Aug_2010
./H_sapiens_Dec_2013/UCSCTracks
./M_truncatula_Mar_2009
./O_sativa_japonica_Jun_2009
./P_persica_Apr_2010
./P_trichocarpa_Jan_2010
./R_communis_May_2008
./S_bicolor_Jan_2009
./S_pombe_May_2012
./S_tuberosum_DM_Jul_2011
./T_castaneum_Mar_2008
./T_kodakaraensis_KOD1_May_2004
./V_carteri_Jul_2010
./Z_mays_B73_Mar_2010