added function for generating lineage barplots and also test script along wiadding script for processing data and added it to get_plotting_dfs.R
This commit is contained in:
parent
605eb54526
commit
869fca7f94
6 changed files with 470 additions and 5 deletions
|
@ -12,10 +12,12 @@ CHUNK=$3
|
|||
mkdir -p ${OUTDIR}/${CHUNK}
|
||||
cd ${OUTDIR}/${CHUNK}
|
||||
|
||||
# makes the 2 dirs, hence ../..
|
||||
split ../../${INFILE} -l ${CHUNK} -d snp_batch_
|
||||
#split ${INFILE} -l ${CHUNK} -d snp_batch_
|
||||
|
||||
# use case
|
||||
#~/git/LSHTM_analysis/dynamut/split_csv.sh gid_mcsm_formatted_snps.csv snp_batches 50
|
||||
#~/git/LSHTM_analysis/dynamut/split_csv.sh embb_mcsm_formatted_snps.csv snp_batches 50
|
||||
~/git/LSHTM_analysis/dynamut/split_csv.sh pnca_mcsm_formatted_snps.csv snp_batches 50
|
||||
#~/git/LSHTM_analysis/dynamut/split_csv.sh pnca_mcsm_formatted_snps.csv snp_batches 50
|
||||
|
||||
# add .txt to the files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue