Skip to content

Commit

Permalink
Change branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Mar 23, 2022
1 parent 9e476f3 commit c4dfeeb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions test/tool/test_job/wget.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use_remote_name: true # type "boolean"
url: https://raw.githubusercontent.com/pitagora-network/DAT2-cwl/master/README.md # type "string"
track_location: false # type "boolean"
use_remote_name: true # type "boolean"
url: https://raw.githubusercontent.com/pitagora-network/DAT2-cwl/main/README.md # type "string"
track_location: false # type "boolean"
2 changes: 1 addition & 1 deletion tool/for_trinity/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -eux
cd .

wget https://raw.githubusercontent.com/bonohu/denovoTA/master/for_trinity.pl
wget https://raw.githubusercontent.com/bonohu/denovoTA/main/for_trinity.pl
docker build -t dat2-cwl/for_trinity .
2 changes: 1 addition & 1 deletion tool/star/star_index/star_index.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ outputs:
glob: $(inputs.genomeDir.basename)
doc: >-
STAR: Spliced Transcripts Alignment to a Reference.
https://github.com/alexdobin/STAR/blob/master/doc/STARmanual.pdf
https://github.com/alexdobin/STAR/blob/main/doc/STARmanual.pdf
label: 'STAR genomeGenerate: Generating genome indexes.'
requirements:
- class: InitialWorkDirRequirement
Expand Down
2 changes: 1 addition & 1 deletion tool/star/star_mapping-pe/star_mapping-pe.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ outputs:
}
doc: >-
STAR: Spliced Transcripts Alignment to a Reference.
https://github.com/alexdobin/STAR/blob/master/doc/STARmanual.pdf
https://github.com/alexdobin/STAR/blob/main/doc/STARmanual.pdf
label: 'STAR mapping: running mapping jobs.'
requirements:
- class: ShellCommandRequirement
Expand Down
2 changes: 1 addition & 1 deletion tool/target2gene/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -eux
cd .

#wget https://raw.githubusercontent.com/bonohu/denovoTA/master/for_trinity.pl
#wget https://raw.githubusercontent.com/bonohu/denovoTA/main/for_trinity.pl
docker image build -t dat2-cwl/target2gene .
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
out:
- downloaded
sra2fastq:
run: https://raw.githubusercontent.com/pitagora-network/pitagora-cwl/master/tools/fastq-dump/fastq-dump.cwl
run: https://raw.githubusercontent.com/pitagora-network/pitagora-cwl/main/tools/fastq-dump/fastq-dump.cwl
in:
sraFiles:
source: [download/downloaded]
Expand Down
2 changes: 1 addition & 1 deletion workflow/epigenome-BS-seq/download_rawdata.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
doc: "list of SRA Run ID e.g. SRR1274307"
steps:
download_fastq:
run: https://github.com/pitagora-network/pitagora-cwl/raw/master/workflows/download-fastq/download-fastq.cwl
run: https://github.com/pitagora-network/pitagora-cwl/raw/main/workflows/download-fastq/download-fastq.cwl
in:
run_ids: run_ids
out:
Expand Down
2 changes: 1 addition & 1 deletion workflow/epigenome-BS-seq/fastqc-workflow.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
default: 4
steps:
fastqc:
run: https://raw.githubusercontent.com/pitagora-network/pitagora-cwl/master/tools/fastqc/fastqc.cwl
run: https://raw.githubusercontent.com/pitagora-network/pitagora-cwl/main/tools/fastqc/fastqc.cwl
in:
nogroup:
default: true
Expand Down

0 comments on commit c4dfeeb

Please sign in to comment.