Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ Options:
Input filenames must meet these conditions:
- Contain a unique identifier at the beginning of the name (e.g. EcoliBW25113);
- Contain the string "cds" after the unique identifier;
- End with the extension .fna (PUPpy automatically only uses such files in the given folder).
- End with the extension .fna (PUPpy automatically only uses such files in the given folder);
- Must NOT contain hyphens (-) in the filename as they cause unintended behavior.
A filename example is: "EcoliBW25113_cds.fna". For more detailed instructions, please refer to the PUPpy GitHub documentation.
-nt, --nonTarget Directory with CDS files of non-targets in the defined microbial community, for specificity checks.
-o, --outdir Relative path to the output folder. Default: Align_OUT.
Expand Down Expand Up @@ -277,7 +278,8 @@ Options:
Input filenames must meet these conditions:
- Contain a unique identifier at the beginning of the name (e.g. EcoliBW25113);
- Contain the string "cds" after the unique identifier;
- End with the extension .fna (PUPpy automatically only uses such files in the given folder).
- End with the extension .fna (PUPpy automatically only uses such files in the given folder);
- Must NOT contain hyphens (-) in the filename as they cause unintended behavior.
A filename example is: "EcoliBW25113_cds.fna". For more detailed instructions, please refer to the PUPpy GitHub documentation.
-i, --input Input file (ResultDB.tsv) from `puppy-align` or UniqueGenesList.tsv. Required.
-o, --outdir Output directory for primer design files. Default: 'Primer3_output'.
Expand Down
3 changes: 2 additions & 1 deletion scripts/puppy-align
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Options:
Input filenames must meet these conditions:
- Contain a unique identifier at the beginning of the name (e.g. EcoliBW25113);
- Contain the string "cds" after the unique identifier;
- End with the extension .fna (PUPpy automatically only uses such files in the given folder).
- End with the extension .fna (PUPpy automatically only uses such files in the given folder);
- Must NOT contain hyphens (-) in the filename as they cause unintended behavior.
A filename example is: "EcoliBW25113_cds.fna". For more detailed instructions, please refer to the PUPpy GitHub documentation.
-nt, --nonTarget Directory with CDS files of non-targets in the defined microbial community, for specificity checks.
-o, --outdir Relative path to the output folder. Default: Align_OUT.
Expand Down
3 changes: 2 additions & 1 deletion scripts/puppy-primers
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Options:
Input filenames must meet these conditions:
- Contain a unique identifier at the beginning of the name (e.g. EcoliBW25113);
- Contain the string "cds" after the unique identifier;
- End with the extension .fna (PUPpy automatically only uses such files in the given folder).
- End with the extension .fna (PUPpy automatically only uses such files in the given folder);
- Must NOT contain hyphens (-) in the filename as they cause unintended behavior.
A filename example is: "EcoliBW25113_cds.fna". For more detailed instructions, please refer to the PUPpy GitHub documentation.
-i, --input Input file (ResultDB.tsv) from `puppy-align` or UniqueGenesList.tsv. Required.
-o, --outdir Output directory for primer design files. Default: 'Primer3_output'.
Expand Down