Skip to content

Commit

Permalink
Update readme and assembly sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Aug 23, 2023
1 parent b65bd2b commit 00025e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ nextflow run edinburgh-genome-foundry/Sequeduct -r v0.2.3 -entry review --refere
-profile docker
# De novo assembly
nextflow run edinburgh-genome-foundry/Sequeduct -r v0.2.3 -entry assembly --fastq_dir='fastq' \
--results_csv='results_sheet.csv' \
--projectname='EGF assembly' \
--results_csv='assembly_sheet.csv' \
-profile docker
```

Expand Down
3 changes: 3 additions & 0 deletions assembly_sheet.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Barcode_dir,Length
barcode01,8
barcode02,8
6 changes: 3 additions & 3 deletions results_sheet.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Barcode,Sample,Result,Review_consensus,Review_de_novo,Length
barcode01,EGF1_2,WARNING,1,1,8
barcode02,EGF1_3,WARNING,1,1,11
Barcode,Sample,Result,Review_consensus,Review_de_novo
barcode01,EGF1_2,WARNING,1,1
barcode02,EGF1_3,WARNING,1,1

0 comments on commit 00025e1

Please sign in to comment.