This repository was archived by the owner on May 2, 2024. It is now read-only.
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,25 +65,25 @@ decontaminate.py \
65
65
decontaminate.py \
66
66
--forward-reads " ${DECONTAM_PHIX_OUTPUT_DIR} /${R1} " \
67
67
--reverse-reads " ${DECONTAM_PHIX_OUTPUT_DIR} /${R2} " \
68
- --output-dir $DECONTAM_HUMAN_OUTPUT_DIR \
69
- --summary-file $DECONTAM_HUMAN_SUMMARY \
70
- --organism human
68
+ --output-dir $DECONTAM_HOST_OUTPUT_DIR \
69
+ --summary-file $DECONTAM_HOST_SUMMARY \
70
+ --organism host
71
71
72
72
# We are done with the illqc results and could delete them now
73
73
# rm "${ILLQC_OUTPUT_DIR}/${R1}"
74
74
# rm "${ILLQC_OUTPUT_DIR}/${R2}"
75
75
76
76
# # Taxonomic assignment
77
77
phyloprofiler.py \
78
- --forward-reads " ${DECONTAM_PHIX_OUTPUT_DIR } /${R1} " \
79
- --reverse-reads " ${DECONTAM_PHIX_OUTPUT_DIR } /${R2} " \
78
+ --forward-reads " ${DECONTAM_HOST_OUTPUT_DIR } /${R1} " \
79
+ --reverse-reads " ${DECONTAM_HOST_OUTPUT_DIR } /${R2} " \
80
80
--output-dir $PHYLO_OUTPUT_DIR \
81
81
--summary-file $PHYLO_SUMMARY
82
82
83
83
# # Functional assignment
84
84
pathfinder.py \
85
- --forward-reads " ${DECONTAM_PHIX_OUTPUT_DIR } /${R1} " \
86
- --reverse-reads " ${DECONTAM_PHIX_OUTPUT_DIR } /${R2} " \
85
+ --forward-reads " ${DECONTAM_HOST_OUTPUT_DIR } /${R1} " \
86
+ --reverse-reads " ${DECONTAM_HOST_OUTPUT_DIR } /${R2} " \
87
87
--output-dir $PATHWAY_OUTPUT_DIR \
88
88
--summary-file $PATHWAY_SUMMARY
89
89
You can’t perform that action at this time.
0 commit comments