Skip to content

Commit

Permalink
Remove some more cdna_classifier.py refrerences
Browse files Browse the repository at this point in the history
  • Loading branch information
nrhorner committed May 25, 2022
1 parent 0629bca commit 82d07a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ optional arguments:
-q cutoff Cutoff parameter (autotuned).
-Q min_qual Minimum mean base quality (7.0).
-z min_len Minimum segment length (50).
-r report_pdf Report PDF (cdna_classifier_report.pdf).
-r report_pdf Report PDF (pychopper_report.pdf).
-u unclass_output Write unclassified reads to this file.
-l len_fail_output Write fragments failing the length filter in this file.
-w rescue_output Write rescued reads to this file.
Expand Down
4 changes: 2 additions & 2 deletions evaluation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ all:
@echo Reads are at: $(REF)
# seqkit sample -n $(NR_READS) $(READS) > $(IN)
./scripts/process_reads.sh $(REF) $(IN) $(CORES) RAW
cdna_classifier.py -S phmm_report.tsv -A phmm_hits.bed -w $(RES_PHMM) -t $(CORES) -m phmm -Y $(TUN_SAMPLE) -r phmm_pychopper_report.pdf $(IN) $(IN_PHMM)
pychopper -S phmm_report.tsv -A phmm_hits.bed -w $(RES_PHMM) -t $(CORES) -m phmm -Y $(TUN_SAMPLE) -r phmm_pychopper_report.pdf $(IN) $(IN_PHMM)
./scripts/process_reads.sh $(REF) $(IN_PHMM) $(CORES) TRIM_PHMM
./scripts/process_reads.sh $(REF) $(RES_PHMM) $(CORES) RES_PHMM
cdna_classifier.py -S edlib_report.tsv -A edlib_hits.bed -w $(RES_EDLIB) -t $(CORES) -m edlib -Y $(TUN_SAMPLE) -r edlib_pychopper_report.pdf $(IN) $(IN_EDLIB)
pychopper -S edlib_report.tsv -A edlib_hits.bed -w $(RES_EDLIB) -t $(CORES) -m edlib -Y $(TUN_SAMPLE) -r edlib_pychopper_report.pdf $(IN) $(IN_EDLIB)
./scripts/process_reads.sh $(REF) $(IN_EDLIB) $(CORES) TRIM_EDLIB
./scripts/process_reads.sh $(REF) $(RES_EDLIB) $(CORES) RES_EDLIB

Expand Down

0 comments on commit 82d07a2

Please sign in to comment.