-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed pandas future warnings, added vignettes
- Loading branch information
1 parent
d21b188
commit 97ca245
Showing
12 changed files
with
1,290 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Vignettes to test readsynth | ||
|
||
## Step 1: download sample metagenomes | ||
|
||
Within one of the vignette subdirectories, run the following shell script to download genomes into the "genomes" subdirectory. | ||
|
||
``` | ||
bash download_genomes.sh | ||
``` | ||
|
||
## Step 2: run readsynth | ||
|
||
You can investigate the "run_readsynth.sh" file to see the settings used before running as a script: | ||
|
||
``` | ||
bash run_readsynth.sh | ||
``` |
Oops, something went wrong.