File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ TALLY=scripts/analyze_eid_results.py
1111BAR=scripts/build_barplots.py
1212LINE=scripts/build_lineplots.py
1313
14- REF=" sacCer3"
15- DEPTH=" 1M"
1614LENGTH=" 500"
1715EPITOPE=R$LENGTH
16+
17+ REF=" sacCer3"
18+ DEPTH=" 1M"
1819AFACTOR=Rap1
1920BFACTOR=Reb1
2021SUMMARY=results/MixSummaryReport_$REF \_ $DEPTH .txt
2122RSUMMARY=results/MixRuntimeSummaryReport_$REF \_ $DEPTH .txt
2223[ -f $SUMMARY ] && rm $SUMMARY
2324[ -f $RSUMMARY ] && rm $RSUMMARY
2425
25- EPITOPE=R$LENGTH
2626for PER in 90 80 70 60 50 40 30 20 10
2727do
2828 CATRAW=results/mix_yeast/mix_yeast_$DEPTH \_ $PER \_ $AFACTOR \_ $BFACTOR -all-IDs.tab
4040done
4141
4242# Build yeast figures
43- python $LINE -i $SUMMARY -o results/ID-Mix-tally_$REF \_ $DEPTH .png
43+ python $LINE -i $SUMMARY -y - o results/ID-Mix-tally_$REF \_ $DEPTH .png
4444
4545REF=" hg19"
46- DEPTH=" 20M "
46+ DEPTH=" 50M "
4747LENGTH=" 500"
4848EPITOPE=R$LENGTH
4949AFACTOR=CTCF
@@ -53,7 +53,6 @@ RSUMMARY=results/MixRuntimeSummaryReport_$REF\_$DEPTH.txt
5353[ -f $SUMMARY ] && rm $SUMMARY
5454[ -f $RSUMMARY ] && rm $RSUMMARY
5555
56- EPITOPE=R$LENGTH
5756for PER in 90 80 70 60 50 40 30 20 10
5857do
5958 CATRAW=results/mix_human/mix_human_$DEPTH \_ $PER \_ $AFACTOR \_ $BFACTOR -all-IDs.tab
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ AFACTOR=CTCF
2222BFACTOR=POLR2H
2323
2424OUTPUT=results/mix_human/$DEPTH
25- [ -d $OUTPUT ] || mkdir -p $OUTPUT
25+ [ -d results/mix_human ] || mkdir results/mix_human
26+ [ -d $OUTPUT ] || mkdir $OUTPUT
2627
2728MIX=../scripts/mix_fastq.sh
2829ABASE=results/$REF /$DEPTH /$EPITOPE /$AFACTOR /FASTQ/Simulation_$PBS_ARRAYID
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ AFACTOR=Rap1
2222BFACTOR=Reb1
2323
2424OUTPUT=results/mix_yeast/$DEPTH
25+ [ -d results/mix_yeast ] || mkdir results/mix_yeast ]
2526[ -d $OUTPUT ] || mkdir -p $OUTPUT
2627
2728MIX=../scripts/mix_fastq.sh
Original file line number Diff line number Diff line change @@ -108,9 +108,11 @@ def getParams():
108108 fig .suptitle ('Mix-Human' )
109109
110110 # Set axis limits
111+ # plt.xlim(10, 90)
112+ # plt.xticks(range(10,91,10))
111113 plt .xlim (0 , 100 )
112- plt .ylim (0 , 1000 )
113114 plt .xticks (range (0 ,101 ,10 ))
115+ plt .ylim (0 , 1000 )
114116
115117 # Save figure by output filename
116118 # fig.savefig('results/blah.svg')
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ seqtk subseq $BFQ\_R2.fastq.gz $OFQ\_readnames.txt >> $OFQ\_R2.fastq
9393gzip -f $OFQ \_ R1.fastq
9494gzip -f $OFQ \_ R2.fastq
9595
96- # rm $OFQ\_readnames.txt
96+ rm $OFQ \_ readnames.txt
You can’t perform that action at this time.
0 commit comments