- Added an extra check at the
.github/workflows/sync-public.yml
to check if public exists to prevent the workflow from erring. To use the workflow replace'your-user-name/your-repo'
with the correct values from your fork. This should synchronize your public branch with I-PV's master once a day.
- Added
sync-public.yml
which is aazure.yaml
equivalent of syncing public branch of your fork. Keep this workflow in your master if you want the scheduled cron jobs to take effect - Converted
http://
resources to protocol relative URIs ini-pv/circos-p/templates/javascript.txt
- Below fields are now optional:
variation.fileName
variation.skipHeader
variation.separator
variation.colSubsType
variation.colValStat
variation.colGeneStrand
variation.transcriptID
variation.colPolyphen2
variation.colSift2
variation.maf
- Added
circos.cleanup
parameter that only leaves the*.html
as output and removes rest of the complementary files. - Added
circos.perms
that sets the permissions on the output files - Added
datatracks.perms
that sets the permissions on the output files.
- Added $(BRANCH_NAME) variable to azure.yaml
- Modified
docker/js/getFiles.js
to include node directory entry objects (dirent
) that either passdirent.isFile()
ordirent.isSymbolicLink()
to correctly list available binaries.
- Various bug fixes
Added $(BRANCH_NAME) variable to azure.yaml- Binaries are logged on when docker is started
- Changed
syncMirror
to update tags.
- Changed
syncMirror
to ignorestderr
when process exits with 0. (See)
- Updated mirroring function
syncMirror
. - Added
azure.yaml
.
- Updates to readme and documentation of config options.
- Minor bug fixes.
- Update
.gitattributes
to prevent auto EOL conversion for files undertemplates/
- Automatically transliterates backslashes to forward slashes in the
config.json
. - Prohibits use of
\ / . ? * ¥
characters inname
field ofconfig.json
and generated file names. - EOL conversion to Unix for files under
templates/
- Bug fixes for Linux cross-compatibility
- Added a JSON configuration option
--config xyz.json
that allows the user to generate images, bypassing manual provision of arguments. Especially usefull if you want to generate multiple figures on the fly and do not want to manually type in yes/no questions throughSTDIN
- No need to modify
my $circos
path insideSNPtoAA.pl
, automatically uses thecircos.pm
inside the repo folder. - Removed 2 copies of circos folder, now the there is only a single folder and it does not trigger the unescaped left brace warning.
- Bug fixes
- Updated version string in
SNPtoAA.pl
- Version number is removed from
package.json
's main entry point. Regarless of versions, entry point will be same (SNPtoAA.pl
). - Removed extra copies of ACE2 and Sars-Cov-2 spike examples
- Added
FindBin
module fromrelativePathPropositon
branch to remedy potential issues with relative paths in different OSs