Skip to content
Snippets Groups Projects
Select Git revision
  • f8dba601a8cc93674a449473d085a5a0e32fb9da
  • master default protected
  • star
  • dev
  • v0.4.0
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
18 results

install_nextflow.sh

Blame
  • Forked from LBMC / nextflow
    Source project has a limited visibility.
    Makefile 1.07 KiB
    all: index.html 1_understanding_a_computer.html 2_using_the_ifb_cloud.html 3_first_steps_in_a_terminal.html 4_unix_file_system.html 5_users_and_rights.html
    
    index.html: index.md github-pandoc.css
    	pandoc -s -c github-pandoc.css index.md -o index.html
    
    1_understanding_a_computer.html: 1_understanding_a_computer.md github-pandoc.css
    	pandoc -s --toc -c github-pandoc.css 1_understanding_a_computer.md -o 1_understanding_a_computer.html
    
    2_using_the_ifb_cloud.html: 2_using_the_ifb_cloud.md github-pandoc.css
    	pandoc -s --toc -c github-pandoc.css 2_using_the_ifb_cloud.md -o 2_using_the_ifb_cloud.html
    
    3_first_steps_in_a_terminal.html: 3_first_steps_in_a_terminal.md github-pandoc.css
    	pandoc -s --toc -c github-pandoc.css 3_first_steps_in_a_terminal.md -o 3_first_steps_in_a_terminal.html
    
    4_unix_file_system.html: 4_unix_file_system.md github-pandoc.css
    	pandoc -s --toc -c github-pandoc.css 4_unix_file_system.md -o 4_unix_file_system.html
    
    5_users_and_rights.html: 5_users_and_rights.md github-pandoc.css
    	pandoc -s --toc -c github-pandoc.css 5_users_and_rights.md -o 5_users_and_rights.html