rnaseq-cwl-training.git
5 years agoMake Jekyll ignore .Rproj
Raniere Silva [Wed, 23 May 2018 17:19:46 +0000 (18:19 +0100)]
Make Jekyll ignore .Rproj

Port of https://github.com/swcarpentry/r-novice-inflammation/commit/9da857efb16d7351127f2d5c46fc0af660654506.

Close swcarpentry/styles#274

5 years agoMerge pull request #270 from maxim-belkin/py3-classes
Raniere Silva [Wed, 23 May 2018 07:55:12 +0000 (08:55 +0100)]
Merge pull request #270 from maxim-belkin/py3-classes

Use Python3-style class declaration

5 years agoMerge pull request #268 from maxim-belkin/fix-returns
Raniere Silva [Wed, 23 May 2018 07:43:07 +0000 (08:43 +0100)]
Merge pull request #268 from maxim-belkin/fix-returns

util.py: make functions return NotImplemented

5 years agoUse Python3-style class declaration
Maxim Belkin [Tue, 22 May 2018 13:23:43 +0000 (08:23 -0500)]
Use Python3-style class declaration

5 years agoutil.py: make functions return NotImplemented
Maxim Belkin [Tue, 22 May 2018 12:25:02 +0000 (07:25 -0500)]
util.py: make functions return NotImplemented

5 years agoMerge pull request #267 from jsta/patch-2
Raniere Silva [Mon, 21 May 2018 17:37:59 +0000 (18:37 +0100)]
Merge pull request #267 from jsta/patch-2

missing comma in boilerplate generation

5 years agomissing comma in boilerplate generation
Joseph Stachelek [Mon, 21 May 2018 16:49:04 +0000 (12:49 -0400)]
missing comma in boilerplate generation

5 years agoMerge pull request #265 from maxim-belkin/not-implmntd
Raniere Silva [Mon, 21 May 2018 06:16:28 +0000 (07:16 +0100)]
Merge pull request #265 from maxim-belkin/not-implmntd

lesson_check: fix create_checker function

5 years agoMerge pull request #266 from maxim-belkin/simple-report
Raniere Silva [Mon, 21 May 2018 06:15:49 +0000 (07:15 +0100)]
Merge pull request #266 from maxim-belkin/simple-report

utils.py: simplify report function

5 years agoutils.py: simplify report function
Maxim Belkin [Sun, 20 May 2018 13:38:12 +0000 (08:38 -0500)]
utils.py: simplify report function

5 years agolesson_check: fix create_checker function
Maxim Belkin [Sun, 20 May 2018 13:34:42 +0000 (08:34 -0500)]
lesson_check: fix create_checker function

5 years agoMerge pull request #263 from rgaiacs/244
Raniere Silva [Fri, 18 May 2018 15:31:00 +0000 (16:31 +0100)]
Merge pull request #263 from rgaiacs/244

Fix font size of h2 in call out box

5 years agoFix font size of h2 in call out box
Raniere Silva [Fri, 18 May 2018 15:29:49 +0000 (16:29 +0100)]
Fix font size of h2 in call out box

Close swcarpentry/styles#244

5 years agoMerge pull request #262 from rgaiacs/248
Raniere Silva [Fri, 18 May 2018 15:26:38 +0000 (16:26 +0100)]
Merge pull request #262 from rgaiacs/248

Add README to bin/lesson_initialize.py

5 years agoAdd README to bin/lesson_initialize.py
Andy Boughton [Fri, 18 May 2018 15:25:27 +0000 (16:25 +0100)]
Add README to bin/lesson_initialize.py

This is a revamp of swcarpentry/styles#248.

Thanks to Andy Boughton.

5 years agoMerge pull request #261 from rgaiacs/249
Raniere Silva [Fri, 18 May 2018 15:13:56 +0000 (16:13 +0100)]
Merge pull request #261 from rgaiacs/249

Fix line wrap after dash in code block

5 years agoFix line wrap after dash in code block
Raniere Silva [Fri, 18 May 2018 15:12:58 +0000 (16:12 +0100)]
Fix line wrap after dash in code block

Close swcarpentry/styles#249

5 years agoMerge pull request #260 from rgaiacs/shutil
Raniere Silva [Fri, 18 May 2018 14:04:12 +0000 (15:04 +0100)]
Merge pull request #260 from rgaiacs/shutil

Move boilerplate files to their own file

5 years agoMove boilerplate files to their own file
Raniere Silva [Fri, 18 May 2018 13:52:45 +0000 (14:52 +0100)]
Move boilerplate files to their own file

5 years agoMerge pull request #259 from maxim-belkin/fix-repocheck
Raniere Silva [Fri, 18 May 2018 10:45:20 +0000 (11:45 +0100)]
Merge pull request #259 from maxim-belkin/fix-repocheck

repo_check: use argparse and remove unused variable

5 years agoMerge pull request #256 from maxim-belkin/static-get-val
Raniere Silva [Fri, 18 May 2018 10:44:20 +0000 (11:44 +0100)]
Merge pull request #256 from maxim-belkin/static-get-val

lesson_check: get_val is a static method

5 years agorepo_check: use argparse and remove unused variable
Maxim Belkin [Fri, 18 May 2018 09:49:54 +0000 (04:49 -0500)]
repo_check: use argparse and remove unused variable

5 years agoMerge pull request #257 from maxim-belkin/py3-inits
Raniere Silva [Fri, 18 May 2018 08:20:46 +0000 (09:20 +0100)]
Merge pull request #257 from maxim-belkin/py3-inits

lesson_check: Python3-style inits

5 years agoMerge pull request #258 from maxim-belkin/add-docstring
Raniere Silva [Fri, 18 May 2018 08:19:54 +0000 (09:19 +0100)]
Merge pull request #258 from maxim-belkin/add-docstring

lesson_check: add missing docstring

5 years agoMerge pull request #255 from maxim-belkin/use-argparse
Raniere Silva [Fri, 18 May 2018 08:14:39 +0000 (09:14 +0100)]
Merge pull request #255 from maxim-belkin/use-argparse

lesson_check: switch to argparse

5 years agolesson_check: add missing docstring
Maxim Belkin [Fri, 18 May 2018 06:12:08 +0000 (01:12 -0500)]
lesson_check: add missing docstring

5 years agoPython3-style inits
Maxim Belkin [Fri, 18 May 2018 06:01:29 +0000 (01:01 -0500)]
Python3-style inits

5 years agolesson_check: get_val is a static method
Maxim Belkin [Fri, 18 May 2018 05:30:09 +0000 (00:30 -0500)]
lesson_check: get_val is a static method

5 years agolesson_check: switch to argparse
Maxim Belkin [Fri, 18 May 2018 04:52:46 +0000 (23:52 -0500)]
lesson_check: switch to argparse

5 years agoMerge pull request #253 from maxim-belkin/error-out
Raniere Silva [Thu, 17 May 2018 20:44:43 +0000 (21:44 +0100)]
Merge pull request #253 from maxim-belkin/error-out

lesson_check.py: Exit with a status of 1 if something was wrong

5 years agoUse --permissive flag with lesson-check-all
Maxim Belkin [Thu, 17 May 2018 18:07:57 +0000 (13:07 -0500)]
Use --permissive flag with lesson-check-all

5 years agoNew 'permissive' flag for lesson-check
Maxim Belkin [Thu, 17 May 2018 17:54:17 +0000 (12:54 -0500)]
New 'permissive' flag for lesson-check

5 years agoExit with a status of 1 if something was wrong
Maxim Belkin [Thu, 17 May 2018 17:35:52 +0000 (12:35 -0500)]
Exit with a status of 1 if something was wrong

5 years agoMerge pull request #252 from remram44/patch-1
Raniere Silva [Thu, 17 May 2018 09:15:11 +0000 (10:15 +0100)]
Merge pull request #252 from remram44/patch-1

Fix links in LICENSE

5 years agoFix links in LICENSE
Remi Rampin [Thu, 17 May 2018 01:28:15 +0000 (21:28 -0400)]
Fix links in LICENSE

Small nitpicks, but it trips my link checker.

5 years agoMerge pull request #250 from fmichonneau/favicons
Raniere Silva [Wed, 16 May 2018 21:37:10 +0000 (22:37 +0100)]
Merge pull request #250 from fmichonneau/favicons

Favicons and logos

5 years agoremove unneeded files
François Michonneau [Wed, 16 May 2018 16:20:44 +0000 (12:20 -0400)]
remove unneeded files

5 years agochange alt text for Carpentries logo
François Michonneau [Wed, 16 May 2018 16:15:50 +0000 (12:15 -0400)]
change alt text for Carpentries logo

5 years agoremove unused .ico in root folder
François Michonneau [Tue, 15 May 2018 16:11:49 +0000 (12:11 -0400)]
remove unused .ico in root folder

5 years agouse favicons for workshop page
François Michonneau [Tue, 15 May 2018 16:00:42 +0000 (12:00 -0400)]
use favicons for workshop page

5 years agoadd cp as option in footers
François Michonneau [Tue, 15 May 2018 16:00:34 +0000 (12:00 -0400)]
add cp as option in footers

5 years agofix/add logos and icons for navbar
François Michonneau [Tue, 15 May 2018 15:50:38 +0000 (11:50 -0400)]
fix/add logos and icons for navbar

5 years agofix logos and add Carpentries as an option
François Michonneau [Tue, 15 May 2018 15:50:21 +0000 (11:50 -0400)]
fix logos and add Carpentries as an option

5 years agoadd html for favicons
François Michonneau [Tue, 15 May 2018 15:49:55 +0000 (11:49 -0400)]
add html for favicons

5 years agorename cc to cp for carpentries
François Michonneau [Tue, 15 May 2018 15:45:26 +0000 (11:45 -0400)]
rename cc to cp for carpentries

5 years agoadd favicons for all flavors
François Michonneau [Tue, 15 May 2018 15:30:38 +0000 (11:30 -0400)]
add favicons for all flavors

5 years agoMerge pull request #242 from rgaiacs/add-version-to-footer
Raniere Silva [Sun, 13 May 2018 09:46:17 +0000 (10:46 +0100)]
Merge pull request #242 from rgaiacs/add-version-to-footer

Add note about the version of the style

5 years agoMerge branch 'gh-pages' into add-version-to-footer
Raniere Silva [Sun, 13 May 2018 09:46:10 +0000 (10:46 +0100)]
Merge branch 'gh-pages' into add-version-to-footer

5 years agoMerge pull request #239 from rgaiacs/237
Raniere Silva [Sun, 13 May 2018 09:45:07 +0000 (10:45 +0100)]
Merge pull request #239 from rgaiacs/237

Fix Copyright information

5 years agoMerge branch 'gh-pages' into 237
Raniere Silva [Sun, 13 May 2018 09:44:57 +0000 (10:44 +0100)]
Merge branch 'gh-pages' into 237

5 years agoMerge pull request #247 from rgaiacs/styles-246
Raniere Silva [Fri, 11 May 2018 15:20:56 +0000 (16:20 +0100)]
Merge pull request #247 from rgaiacs/styles-246

Fix search

5 years agoFix search
Raniere Silva [Fri, 11 May 2018 15:19:03 +0000 (16:19 +0100)]
Fix search

Probably because of change on GitHub API.

Close swcarpentry/styles#246

5 years agoAdd note about the version of the style
Raniere Silva [Tue, 8 May 2018 15:32:39 +0000 (16:32 +0100)]
Add note about the version of the style

5 years agoMerge pull request #241 from rgaiacs/clean-footer
Raniere Silva [Tue, 8 May 2018 15:26:19 +0000 (16:26 +0100)]
Merge pull request #241 from rgaiacs/clean-footer

Clean footer HTML

5 years agoClean footer HTML
Raniere Silva [Tue, 8 May 2018 15:21:52 +0000 (16:21 +0100)]
Clean footer HTML

5 years agoMerge pull request #240 from rgaiacs/favicon
Raniere Silva [Tue, 8 May 2018 15:09:42 +0000 (16:09 +0100)]
Merge pull request #240 from rgaiacs/favicon

Fix favicon

5 years agoFix favicon
David Perez Suarez [Tue, 8 May 2018 15:08:43 +0000 (16:08 +0100)]
Fix favicon

5 years agoFix Copyright information
Raniere Silva [Tue, 8 May 2018 14:52:24 +0000 (15:52 +0100)]
Fix Copyright information

Close swcarpentry/lesson-example/193

5 years agoMerge pull request #234 from mr-c/py34
Raniere Silva [Tue, 8 May 2018 14:32:29 +0000 (15:32 +0100)]
Merge pull request #234 from mr-c/py34

convert to py3.4 syntax, a few cleanups

6 years agoconvert to py3.4 syntax, a few cleanups
Michael R. Crusoe [Fri, 20 Apr 2018 09:50:50 +0000 (12:50 +0300)]
convert to py3.4 syntax, a few cleanups

6 years agoMerge pull request #231 from maxim-belkin/fix-util
Raniere Silva [Fri, 20 Apr 2018 07:38:00 +0000 (08:38 +0100)]
Merge pull request #231 from maxim-belkin/fix-util

bin/util.py: fix error handling for Python 2

6 years agoMerge pull request #230 from maxim-belkin/fix-links
Raniere Silva [Fri, 20 Apr 2018 07:31:56 +0000 (08:31 +0100)]
Merge pull request #230 from maxim-belkin/fix-links

links.md: remove duplicate line

6 years agobin/util.py: fix error handling for Python 2
Maxim Belkin [Thu, 19 Apr 2018 21:20:58 +0000 (16:20 -0500)]
bin/util.py: fix error handling for Python 2

6 years agolinks.md: remove duplicate line
Maxim Belkin [Thu, 19 Apr 2018 18:01:40 +0000 (13:01 -0500)]
links.md: remove duplicate line

6 years agoMerge pull request #228 from rgaiacs/gh-pages
Raniere Silva [Tue, 17 Apr 2018 15:57:55 +0000 (16:57 +0100)]
Merge pull request #228 from rgaiacs/gh-pages

Some commits from (lesson-example/186) Assorted minor fixes to spelling, whitespace, hyperlinks & sorting

6 years agoConvert CRAN links to preferred, canonical form
Katrin Leinweber [Sun, 18 Mar 2018 17:47:22 +0000 (18:47 +0100)]
Convert CRAN links to preferred, canonical form

https://cran.r-project.org/doc/manuals/r-patched/R-exts.html#Specifying-URLs

6 years agoReflect merger
Katrin Leinweber [Sun, 18 Mar 2018 17:38:26 +0000 (18:38 +0100)]
Reflect merger

6 years agoResort hyperlinks alphabetically
Katrin Leinweber [Sun, 18 Mar 2018 17:38:17 +0000 (18:38 +0100)]
Resort hyperlinks alphabetically

6 years agoSecure hyperlinks
Katrin Leinweber [Sun, 18 Mar 2018 17:35:40 +0000 (18:35 +0100)]
Secure hyperlinks

6 years agoMerge pull request #227 from fmichonneau/fix-gh-metadata
Raniere Silva [Tue, 17 Apr 2018 15:24:55 +0000 (16:24 +0100)]
Merge pull request #227 from fmichonneau/fix-gh-metadata

fix github meta data

6 years agofix github meta data
François Michonneau [Tue, 17 Apr 2018 14:53:24 +0000 (10:53 -0400)]
fix github meta data

6 years agoMerge pull request #225 from swcarpentry/jduck-coc
Raniere Silva [Fri, 13 Apr 2018 08:27:57 +0000 (09:27 +0100)]
Merge pull request #225 from swcarpentry/jduck-coc

Updating to handbook as canonical source for CoC

6 years agoUpdating to handbook as canonical source for CoC
Jonah Duckles [Fri, 13 Apr 2018 01:09:19 +0000 (13:09 +1200)]
Updating to handbook as canonical source for CoC

6 years agoMerge pull request #223 from fmichonneau/no-hyphens-code
Raniere Silva [Wed, 11 Apr 2018 14:57:22 +0000 (15:57 +0100)]
Merge pull request #223 from fmichonneau/no-hyphens-code

don't break words in code

6 years agouse CRAN canonical addresses for packages
François Michonneau [Wed, 11 Apr 2018 13:26:04 +0000 (09:26 -0400)]
use CRAN canonical addresses for packages

6 years agoMerge pull request #224 from fmichonneau/update-gh-labels
Raniere Silva [Wed, 11 Apr 2018 10:11:49 +0000 (11:11 +0100)]
Merge pull request #224 from fmichonneau/update-gh-labels

Update repo_check.py with new GitHub labels

6 years agoupdate github labels
François Michonneau [Mon, 9 Apr 2018 20:07:20 +0000 (16:07 -0400)]
update github labels

6 years agocheck hex color using lowercase
François Michonneau [Mon, 9 Apr 2018 20:06:44 +0000 (16:06 -0400)]
check hex color using lowercase

6 years agodon't break words in code
François Michonneau [Wed, 4 Apr 2018 14:01:36 +0000 (10:01 -0400)]
don't break words in code

6 years agoImprove language on CONTRIBUTING file
Raniere Silva [Thu, 22 Mar 2018 19:21:39 +0000 (19:21 +0000)]
Improve language on CONTRIBUTING file

As @marwahaha said

> "master repository" feels overloaded,
> since typically "master" refers to a branch name.

We are going to use "originating repository".

6 years agoUpdate Trademark
Raniere Silva [Thu, 22 Mar 2018 19:17:17 +0000 (19:17 +0000)]
Update Trademark

Close #211

6 years agoAdd swc-releases to _includes/links
Raniere Silva [Thu, 22 Mar 2018 19:13:00 +0000 (19:13 +0000)]
Add swc-releases to _includes/links

Close #217

6 years agoMerge pull request #219 from katrinleinweber/patch-2
Raniere Silva [Mon, 19 Mar 2018 09:14:12 +0000 (09:14 +0000)]
Merge pull request #219 from katrinleinweber/patch-2

Fix source of typo #646

6 years agoFix source of typo #646
Katrin Leinweber [Mon, 19 Mar 2018 07:11:15 +0000 (08:11 +0100)]
Fix source of typo #646

6 years agoMerge pull request #214 from katrinleinweber/resolve-DOIs-securely
Raniere Silva [Mon, 5 Mar 2018 11:10:12 +0000 (11:10 +0000)]
Merge pull request #214 from katrinleinweber/resolve-DOIs-securely

Link DOIs to preferred resolver

6 years agoLink DOIs to preferred resolver
Katrin Leinweber [Sat, 3 Mar 2018 12:01:39 +0000 (13:01 +0100)]
Link DOIs to preferred resolver

6 years agoMerge pull request #213 from ErinBecker/update-coc
Raniere Silva [Wed, 28 Feb 2018 12:10:39 +0000 (12:10 +0000)]
Merge pull request #213 from ErinBecker/update-coc

Remove out-of-date CoC language

6 years agoRemove out-of-date CoC language
Erin Becker [Tue, 27 Feb 2018 23:29:55 +0000 (15:29 -0800)]
Remove out-of-date CoC language

6 years agoMerge pull request #203 from swcarpentry/fix-svg
Raniere Silva [Mon, 19 Feb 2018 16:17:53 +0000 (16:17 +0000)]
Merge pull request #203 from swcarpentry/fix-svg

fix svg files

6 years agoFix issue with CSS
Raniere Silva [Mon, 19 Feb 2018 16:10:30 +0000 (16:10 +0000)]
Fix issue with CSS

6 years agoMerge pull request #209 from rgaiacs/gh-pages
Raniere Silva [Fri, 16 Feb 2018 13:42:42 +0000 (13:42 +0000)]
Merge pull request #209 from rgaiacs/gh-pages

Related with lesson-example/pull/172

6 years agoRequested changes
Andrew Sanchez [Thu, 15 Feb 2018 20:51:04 +0000 (13:51 -0700)]
Requested changes

6 years agoMerge pull request #206 from rgaiacs/gh-pages
Raniere Silva [Thu, 15 Feb 2018 10:50:48 +0000 (10:50 +0000)]
Merge pull request #206 from rgaiacs/gh-pages

Fix broken link for Contact

6 years agoFix broken link for Contact
Raniere Silva [Thu, 15 Feb 2018 10:49:12 +0000 (10:49 +0000)]
Fix broken link for Contact

6 years agoMerge pull request #205 from rgaiacs/gh-pages
Raniere Silva [Wed, 14 Feb 2018 17:38:20 +0000 (17:38 +0000)]
Merge pull request #205 from rgaiacs/gh-pages

Add current year to copyright of workshop footer

6 years agoAdd current year to copyright of workshop footer
jcoliver [Wed, 10 Jan 2018 18:15:19 +0000 (11:15 -0700)]
Add current year to copyright of workshop footer

6 years agoMerge pull request #188 from wclose/update_lesson_initialize
Raniere Silva [Wed, 14 Feb 2018 17:31:23 +0000 (17:31 +0000)]
Merge pull request #188 from wclose/update_lesson_initialize

Updated lesson_initialize

6 years agoMerge pull request #202 from rgaiacs/gh-pages
Raniere Silva [Wed, 14 Feb 2018 17:29:00 +0000 (17:29 +0000)]
Merge pull request #202 from rgaiacs/gh-pages

Fix CSS to use .language-X class

6 years agofix svg files
François Michonneau [Mon, 12 Feb 2018 20:52:11 +0000 (15:52 -0500)]
fix svg files

6 years agoMerge pull request #200 from mawds/commentgenerated
Raniere Silva [Tue, 30 Jan 2018 13:49:00 +0000 (13:49 +0000)]
Merge pull request #200 from mawds/commentgenerated

Advise users not to edit .md files generated from .Rmd files