Skip to content

Commit

Permalink
test(#10): Add initial test
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 4, 2024
1 parent f0c002e commit ed37357
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ build_reference: test_data
test_data:
wget https://raw.githubusercontent.com/nf-core/test-datasets/nascent/testdata/SRX882903_T2.fastq.gz
wget https://raw.githubusercontent.com/nf-core/test-datasets/nascent/reference/GRCh38_chr21.fa

issue_10:
{{dragen}} \
-r /home/tigem/h.poddar/short_reads_pipelines/ref_genome/GRCh37/hash/ \
-1 /home/tigem/h.poddar/DRAGMAP/2A1_CGATGT_L001_R1_001.fastq.gz \
-2 /home/tigem/h.poddar/DRAGMAP/2A1_CGATGT_L001_R2_001.fastq.gz \
| samtools view -h -O BAM - > aligned.bam

0 comments on commit ed37357

Please sign in to comment.