Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 10, 2024
1 parent 5b0b9e1 commit 572e8df
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/local/starfusion/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ process STARFUSION_BUILD {
"""
mkdir ctat_genome_lib_build_dir
touch ctat_genome_lib_build_dir/AnnotFilterRule.pm
touch ctat_genome_lib_build_dir/PFAM.domtblout.dat.gz
gzip -c /dev/null > ctat_genome_lib_build_dir/PFAM.domtblout.dat.gz
touch ctat_genome_lib_build_dir/ref_annot.gtf.gene_spans
touch ctat_genome_lib_build_dir/ref_genome.fa.mm2
touch ctat_genome_lib_build_dir/ref_genome.fa.ntf
touch ctat_genome_lib_build_dir/blast_pairs.dat.gz
gzip -c /dev/null > ctat_genome_lib_build_dir/blast_pairs.dat.gz
touch ctat_genome_lib_build_dir/ref_annot.cdna.fa
touch ctat_genome_lib_build_dir/ref_annot.gtf.mini.sortu
touch ctat_genome_lib_build_dir/ref_genome.fa.ndb
Expand All @@ -58,7 +58,7 @@ process STARFUSION_BUILD {
touch ctat_genome_lib_build_dir/ref_annot.pep
touch ctat_genome_lib_build_dir/ref_genome.fa.nin
touch ctat_genome_lib_build_dir/trans.blast.align_coords.align_coords.dat
touch ctat_genome_lib_build_dir/fusion_annot_lib.gz
gzip -c /dev/null > ctat_genome_lib_build_dir/fusion_annot_lib.gz
touch ctat_genome_lib_build_dir/ref_annot.cdsplus.fa
touch ctat_genome_lib_build_dir/ref_annot.prot_info.dbm
touch ctat_genome_lib_build_dir/ref_genome.fa.njs
Expand All @@ -67,7 +67,7 @@ process STARFUSION_BUILD {
touch ctat_genome_lib_build_dir/ref_annot.cdsplus.fa.idx
touch ctat_genome_lib_build_dir/ref_genome.fa
touch ctat_genome_lib_build_dir/ref_genome.fa.not
touch ctat_genome_lib_build_dir/trans.blast.dat.gz
gzip -c /dev/null > ctat_genome_lib_build_dir/trans.blast.dat.gz
touch ctat_genome_lib_build_dir/pfam_domains.dbm
touch ctat_genome_lib_build_dir/ref_annot.gtf
touch ctat_genome_lib_build_dir/ref_genome.fa.fai
Expand Down
Loading

0 comments on commit 572e8df

Please sign in to comment.