-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from cnobles/update_v0.9.5
Update v0.9.5
- Loading branch information
Showing
44 changed files
with
1,626 additions
and
373 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
v0.9.4 | ||
v0.9.5 |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Analysis directory | ||
This directory will contain analysis data. A run directory can be initiated by using the following command, | ||
This directory will contain analysis data. A run directory can be initiated by using the following command after activating the iguide environment. | ||
|
||
``` | ||
iguide setup <configs/config.yml> | ||
``` | ||
|
||
Run directory names are given in the specific configuration files. |
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,7 @@ | ||
__default__ : | ||
nCPUs : 1 | ||
memory : 24000 | ||
resources : "\"span[hosts=1]\"" | ||
name : "JOBNAME.{rule}.{wildcards}" | ||
output : "{RUN_DIR}/logs/{rule}.{wildcards}.out" | ||
error : "{RUN_DIR}/logs/{rule}.{wildcards}.err" |
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,47 @@ | ||
.. _changelog: | ||
|
||
.. contents:: | ||
:depth: 2 | ||
|
||
ChangeLog | ||
======================== | ||
|
||
**v0.9.5 (February 19th, 2019)** | ||
|
||
* Updated demultiplexing to be more efficient and better HPC compatible. | ||
* Added RefSeq Extended* reference gene sets | ||
+ 'ext' includes curated, predicted, and other RefSeq sets | ||
+ 'ext.nomodel' includes only curated and other RefSeq sets | ||
* Incorporated resource allocation for job dependent memory consumption | ||
+ Works great with HPC to specify memory requirements | ||
* Streamlined input for report generation by only requiring config(s) | ||
|
||
**v0.9.4 (January 30th, 2019)** | ||
|
||
* Updated 'report' utility and formating | ||
+ custom templates now accepted | ||
+ included as subcommand, check with 'iguide report -h' | ||
+ pdf and html options report 'nicely' even when printed from either | ||
* Updated build to v0.9.2 to support new formating in report | ||
* Builds are constructed from spec files rather than yaml requirements | ||
* Included the 'clean' subcommand to reduce size of processed projects | ||
+ after cleaning a project, only terminal data files will remain | ||
|
||
**v0.9.3 (January 11th, 2019)** | ||
|
||
* Added 'list_samples' subcommand to list samples within a project. | ||
* Caught a few bugs and worked them out for smoother processing and reports. | ||
|
||
**v0.9.2 (January 7th, 2019)** | ||
|
||
* Modified test dataset to run tests quicker and implemented CirclCI checking. | ||
|
||
**v0.9.1 (January 6th, 2019)** | ||
|
||
* Fixed problematic install for first time conda installers. | ||
|
||
**v0.9.0 (January 4th, 2019)** | ||
|
||
* Initial release. | ||
* Supports setup and analysis of GUIDE-seq and iGUIDE experiments. | ||
* Documentation on [ReadTheDocs.io](https://iguide.readthedocs.io/en/latest/index.html). |
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
Oops, something went wrong.