Skip to content

Release 0.3.0#50

Merged
ressy merged 82 commits intomasterfrom
release-0.3.0
Sep 11, 2019
Merged

Release 0.3.0#50
ressy merged 82 commits intomasterfrom
release-0.3.0

Conversation

@ressy
Copy link
Member

@ressy ressy commented Sep 11, 2019

ressy and others added 30 commits March 14, 2019 18:29
No real changes, just incorporating the pull request merges for
previous releases.
The pwd behavior looks to be the same between Linux and Mac OS (unlike
for readlink) so this should work on both.
We're not developing a bioconductor package
The devel build URL is out of date for osx.
Configure Travis and Demos for Mac OS X Support
Once the R script content is more generalized the other OS wrapper
scripts can call this same R script.
Still need to fill in stubs for linux and osx cases.
This variable is available to a running R process even if it didn't
exist when R started.  This means we can use it for the appropriate
per-user library path on a given install and not worry about OS
detection.
== for strings, -eq for numbers!  This is why it was trying to use the
linux installer for osx.
system2 command arguments are given as a character vector, not as
separate arguments.
test -d on the directory symlink, not test -f.
Otherwise it will create a symlink inside the target, making a circle.
These functions may be helpful from within an install (e.g. to keep the
Desktop icon valid as #24 describes).  This also removes the brittle
attempts to autodetect paths and instead requires that the wrapper
install script be called from the project dir and install() function be
given a package source path.
ressy added 27 commits July 10, 2019 14:32
Better usage message when desktop icon is opened
Mention drag-and-drop early in user guide
Configurable threshold for stutter and artifact matching
Add support (off by default to match current behavior) for the
ReversePrimer column in the locus_attrs table when calling analyze_seqs
as an additional restriction on locus-matching.  Either orientation is
supported.
Enable support for reverse primers in locus-matching
R's install process skips over directories in exec/, and Mac OS
applications are actually directories.  Switching to inst/ instead.
Compile icon app on MacOS at build time
I hear devtools can magically install packages from bioconductor.  Let's
try it.
https://bioinformatics.stackexchange.com/a/3375
If devtools is really supplying msa, we don't need Travis to think about
it.
Handle Bioconductor packages via devtools
I see errors on some platforms related to [[.  Switching to the "test"
builtin instead.
Apparently setting variables doesn't work like I expected in the if/else
blocks in cmd.exe.
@ressy ressy merged commit 1074a71 into master Sep 11, 2019
@ressy ressy deleted the release-0.3.0 branch September 11, 2019 16:43
ressy added a commit that referenced this pull request Jan 30, 2020
Not sure why this is needed when testing on Travis, but repeating the
attempt a few times over gets it working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant