Skip to content

Commit

Permalink
Merge pull request #20 from CCBR/libraries
Browse files Browse the repository at this point in the history
Add more libraries & document the param
  • Loading branch information
kelly-sovacool authored Oct 20, 2023
2 parents e98ddbc + 8a59b4b commit 15870eb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ cruise run --mode slurm -profile test,biowulf
To run cruise on your own data, you'll need to create a sample sheet.
Take a look at the example: [assets/samplesheet_test.csv](assets/samplesheet_test.csv).

You'll also need to select an appropriate library for your dataset.
CRUISE is bundled with several libraries in [assets/lib](assets/lib),
or you can download your own.
Once you've created a samplesheet with paths to your fastq files,
run cruise with the `--input` option to specify the path to your sample sheet:
run cruise with the `--input` option to specify the path to your sample sheet
and `--library` for the path to your library file:

```sh
cruise run --mode slurm -profile biowulf --input samplesheet.csv
cruise run --mode slurm -profile biowulf --input samplesheet.csv --library assets/lib/yusa_library.csv
```

## Help & Contributing
Expand Down
12 changes: 12 additions & 0 deletions assets/lib/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/lib/human_geckov2_library_a_09mar2015.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/lib/human_geckov2_library_b_09mar2015.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/lib/mouse_geckov2_library_a_09mar2015.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/lib/mouse_geckov2_library_b_09mar2015.csv

Large diffs are not rendered by default.

Binary file added assets/lib/tkov3_guide_sequence.xlsx
Binary file not shown.

0 comments on commit 15870eb

Please sign in to comment.