Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct reference to input from metagenomes to genomes #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The metadata file should be a tab delimited file. One of the columns should cont
## Usage:

The SynTracker pipeline is divided to two main steps:
a. Fragmentation of the reference genomes and execution of BLASTn search against the target genomes/metagenomes.
a. Fragmentation of the reference genomes and execution of BLASTn search against the target genomes (isolate genomes or MAGs).
b. Calculation of average pairwise synteny scores (APSS).
Each step is executed by a single command.

Expand Down Expand Up @@ -87,4 +87,4 @@ Changes to simplify and solve file naming procedure, and solve BLAST error resul
a. Added script "old_to_new_names.py": changes the file names in the target folder to "Sample.xxx", fasta headers to "contig.yyy", writes the changes to a table, and assigns all sequences to a single file. It is called from find_overlapping_regions.sh.
b. Modified "find_overlapping_regions.sh", to use "old_to_new_names.py" instead of sed command in step 1.
c. Modified "SynTracker.R" to read the table generated by "old_to_new_names.py" and change temporarily assigned sample names back to the original sample names (i.e., file names).
d. Changed "SynTracker_functions.R" to handle the new naming format.
d. Changed "SynTracker_functions.R" to handle the new naming format.