Skip to content

Commit

Permalink
BLD main branch is now called main
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Jun 26, 2024
1 parent 6050aa7 commit 3b7d269
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To install from source, [read the docs](https://macrel.readthedocs.io/en/latest/
> COMMAND specifying which components of the pipeline you want to use.
To run these examples, first download the example sequences from
[github](https://github.com/BigDataBiology/macrel/tree/master/example_seqs), or
[github](https://github.com/BigDataBiology/macrel/tree/main/example_seqs), or
by running:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Also, `macrel --version` will show the version of macrel installed.
### Examples

To run these examples, first download the example sequences from
[github](https://github.com/BigDataBiology/macrel/tree/master/example_seqs), or
[github](https://github.com/BigDataBiology/macrel/tree/main/example_seqs), or
by running:

```bash
Expand Down
2 changes: 1 addition & 1 deletion macrel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def do_get_examples(args):
'R2.fq.gz',
'ref.faa.gz',
]
BASEURL = 'https://github.com/BigDataBiology/macrel/raw/master/example_seqs/'
BASEURL = 'https://github.com/BigDataBiology/macrel/raw/main/example_seqs/'
if path.exists('example_seqs') and not args.force:
error_exit(args, 'example_seqs/ directory already exists')
makedirs('example_seqs', exist_ok=True)
Expand Down

0 comments on commit 3b7d269

Please sign in to comment.