From 8a0c79850fc54a6bfdc98e0996f0d3a3f866d757 Mon Sep 17 00:00:00 2001 From: Tomasz Neugebauer Date: Sat, 17 Nov 2018 12:33:59 -0500 Subject: [PATCH 1/2] Update installation.md fix broken link to example ddv commands --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 54a23a9..b6a75c3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -28,7 +28,7 @@ Then open your browser and enter the URL: `http://localhost:8000/` To run FluentDNA from your own python script I recommend looking at fluentdna.py for examples such as `create_tile_layout_viz_from_fasta()` ### Example Commands -Check out the file [example_DDV_commands.txt](https://github.com/josiahseaman/DDV/blob/python-master/example_DDV_commands.txt) for more examples. +Check out the file [example_DDV_commands.txt](https://github.com/josiahseaman/FluentDNA/docs/example_DDV_commands.txt for more examples. ## Support Contact If you run into any problems or would like to use DDV in research, contact me at **josiah@newline.us**. I'm happy to support my own software and always interested in new collaborations. From d829a62d71d6641e56bf34f2765822b9e8244cf2 Mon Sep 17 00:00:00 2001 From: Tomasz Neugebauer Date: Sat, 17 Nov 2018 12:43:36 -0500 Subject: [PATCH 2/2] Update installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index b6a75c3..ac4e840 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -28,7 +28,7 @@ Then open your browser and enter the URL: `http://localhost:8000/` To run FluentDNA from your own python script I recommend looking at fluentdna.py for examples such as `create_tile_layout_viz_from_fasta()` ### Example Commands -Check out the file [example_DDV_commands.txt](https://github.com/josiahseaman/FluentDNA/docs/example_DDV_commands.txt for more examples. +Check out the file https://github.com/josiahseaman/FluentDNA/blob/python-master/docs/example_DDV_commands.txt for more examples. ## Support Contact If you run into any problems or would like to use DDV in research, contact me at **josiah@newline.us**. I'm happy to support my own software and always interested in new collaborations.