Releases: steineggerlab/ufcg
Releases Β· steineggerlab/ufcg
v1.0.6
v1.0.5
New features
- Build from source is now available -
fc3578b
- Any builds including commits between stable releases will be marked as unstable, and will be warned -
63240fd
- Powered by appassembler by mojohaus
- Any builds including commits between stable releases will be marked as unstable, and will be warned -
profile
- Validation sensitivity adjustment feature - #19,6dbbe3d
--sensitivity 3
(default): Use original algorithm (cov. 80%, 50%, e-value only)--sensitivity 2
: 2-step search (cov. 80%, 50%)--sensitivity 1
: 1-step search (cov. 80%)
- New mascot! Special thanks to Gallois - Image source,
3e2e9a9
Adjustments
profile
,profile-rna
,profile-pro
- Pipeline will automatically download config files for its initial run - #16,75265d5
profile
- Use default MMseqs easy-search parameters for--search-type
and--cov-mode
flags -3a1fabf
download
- Use the current working directory for targetsample
-64ac3ee
align
- Dependency can now be internally set through arguments -03f11ae
Bug fixes
profile
,profile-pro
- Completely synchronized output for multi-threading -1f8a7d7
- Minor fixes including typos
v1.0.4
New features
- Provided better usability to
tree
andalign
-557de11
,e384942
,2d9fbfd
- The modules will no longer produce a sub-directory with random hexadecimal string names even when the run name is not given.
- Instead, outputs will be directly written in the given output directory.
tree
module will no longer require-l
option.label
will be used as a default parameter.
- Introduced file logging based checkpoint feature - #12,
a1e9177
- Currently applied to
tree
andalign
- Currently applied to
Bug fixes
v1.0.3
Notifications
From this version, ufcg
will be published as a bioconda package.
New features
ufcg
binary - 08f9efd- Redirected
java -jar
command into a simple shell script binary for further convenience
- Redirected
convert
module - b53e5e7- Converts .ucg file into a FASTA file by compiling its nucleotide/protein sequences with designated headers
download
module - a1d7504- Allows for downloading search databases to drastically reduce the package size
align
andtree
modules now only includes single-copy genes for downstream analyses - #4, 6424f44-c
option introduced for these modules, which allows for multiple copies to be analyzed- Thanks to @BrigidaGallone
Bug fixes
- Removed file deletion script using
java.lang.ProcessBuilder
, replaced withjava.io.File
- #2, 6c6656b - Replaced substring matching to entire string matching in FASTA parser - #3, 19f9826
- Timeout wrapped around augustus run to prevent excessive resource consumption - #5, d6a4742
- Stabilized
profile
interaction module - 01dd389 - Minor fixes on program options and prompt messages
Notes
Special thanks to @Sebastien-Raguideau for their helpful reviews and suggestions!
v1.0.2
- Smarter and permissive batch input detection
- Allows any discrepancies between the actual file system and the information given by the metadata
- Sanity check routine for augustus/fastBlockSearch binaries
- Fixed issue where file reader stalls at the pre-handled fasta header
- Null-safe code blocks for temporary file mapper
- Code cleanup
- Include publication
- Minor fixes