Skip to content

Commit 5b2a7a8

Browse files
committed
Update path
1 parent d55bd19 commit 5b2a7a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rnacentral_pipeline/rnacentral/genome_mapping/igv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def check_url(file_list: List[str], name: str, path: str, assembly_id: str) -> D
7272

7373
def create_json(species: str, assembly_id: str, output: IO[str]) -> None:
7474
with ftp(FTP_SERVER) as conn:
75-
path = "pub/databases/RNAcentral/.genome-browser"
75+
path = "pub/databases/RNAcentral/.genome-browser-dev"
7676
conn.cwd(path)
7777
file_list = conn.nlst()
7878
name = f"{species}.{assembly_id}"

workflows/igv-urls.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ process create_json {
3434
}
3535

3636
process merge_json {
37-
publishDir "${params.export.ftp.publish}/.genome-browser", mode: 'copy'
37+
publishDir "${params.export.ftp.publish}/.genome-browser-dev", mode: 'copy'
3838

3939
input:
4040
path(json)

0 commit comments

Comments
 (0)