Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snakemake-tutorial
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thomas Schwarzl
snakemake-tutorial
Commits
66d3f70f
Commit
66d3f70f
authored
Feb 03, 2016
by
Thomas Schwarzl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added skeletons for starting the tutorial
parent
8f034832
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
00-start/A.fasta
00-start/A.fasta
+2
-0
00-start/B.fasta
00-start/B.fasta
+2
-0
00-start/Snakefile
00-start/Snakefile
+16
-0
No files found.
00-start/A.fasta
0 → 100644
View file @
66d3f70f
>A
ACATATAGAGATATAT
00-start/B.fasta
0 → 100644
View file @
66d3f70f
>B
ACACAATCTATCATCTACTACGACGAGCGACGAGCGACGGACGAGGGTATCTATCTAGCAGC
00-start/Snakefile
0 → 100644
View file @
66d3f70f
rule summarize:
input:
#TODO
output:
#TODO
shell:
"wc -c #TODO"
rule extract:
input:
#TODO
output:
#TODO
shell:
"cut -f7 -d ' ' #TODO"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment