-
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.
Merge pull request #8 from TCLamnidis/site_dir
Version 1.0.0
- Loading branch information
Showing
7 changed files
with
201 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ eager_outputs/ | |
.next* | ||
.RData | ||
.Rhistory | ||
.Rproj.user | ||
.nfs* | ||
dev/ |
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,44 @@ | ||
# Autorun_eager: Changelog | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 19/09/2022 | ||
|
||
### `Added` | ||
|
||
- Directory structure now includes a subdirectory with the site ID. | ||
- Jobs are now submitted to `all.q` | ||
|
||
### `Fixed` | ||
|
||
- Fixed a bug where the bams of additional Autorun pipelines would be pulled for processing than intended. | ||
- The sample names for single stranded libraries now include the suffix `_ss` in the Sample Name field. Avoids file name collisions and makes merging of genotypes easier and allows end users to pick between dsDNA and ssDNA genotypes for individuals where both are available. | ||
- Library names of single stranded libraries also include the suffix `_ss` in the Library Name field. This ensures that rows in the MultiQC report are sorted correctly. | ||
|
||
### `Dependencies` | ||
|
||
- nf-core/eager=2.4.5 | ||
|
||
### `Deprecated` | ||
|
||
## [0.1.0] - 03/02/2022 | ||
|
||
Initial release of Autorun_eager. | ||
|
||
### `Added` | ||
|
||
- Configuration file with Autorun_eager parameter defaults in dedicated profiles for each analysis type. | ||
- Script to prepare input TSV from pandora info, using Autorun outputted bams as input. | ||
- Script to crawl through eager_inputs directory and run eager on each newly generated/updated input. | ||
- cron script with the basic commands needed to run daily for full automation. | ||
|
||
### `Fixed` | ||
|
||
### `Dependencies` | ||
|
||
- [sidora.core](https://github.com/sidora-tools/sidora.core) | ||
- [pandora2eager](https://github.com/sidora-tools/pandora2eager) | ||
- [nf-core/eager](https://github.com/nf-core/eager) `2.4.2` | ||
|
||
### `Deprecated` |
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,13 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX |
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
Oops, something went wrong.