Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Nov 27, 2018
1 parent 2a032f7 commit eb887a0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ $ miniwdl check --path skylab/library/tasks/ \
SmartSeq2SingleSample.wdl
workflow SmartSeq2SingleCell
(Ln 14, Col 3) UnusedDeclaration, nothing references File gtf_file
call HISAT2.HISAT2PairedEnd
call Picard.CollectMultipleMetrics
call Picard.CollectRnaMetrics
call Picard.CollectDuplicationMetrics
call HISAT2.HISAT2RSEM
call HISAT2.HISAT2RSEM as HISAT2Transcriptome
call RSEM.RSEMExpression
call GroupQCs.GroupQCOutputs
call ZarrUtils.SmartSeq2ZarrConversion
GroupQCs : GroupMetricsOutputs.wdl
task GroupQCOutputs
(Ln 10, Col 3) ImpliedStringCoercion: String mem = <Int>
(Ln 11, Col 3) ImpliedStringCoercion: String cpu = <Int>
(Ln 12, Col 3) ImpliedStringCoercion: String disk_space = <Int>
(Ln 10, Col 3) StringCoercion, String mem = :Int:
(Ln 11, Col 3) StringCoercion, String cpu = :Int:
(Ln 12, Col 3) StringCoercion, String disk_space = :Int:
HISAT2 : HISAT2.wdl
task HISAT2PairedEnd
task HISAT2RSEM
Expand Down

0 comments on commit eb887a0

Please sign in to comment.