diff --git a/src/_authors/theodoro_gasperin.yaml b/src/_authors/theodoro_gasperin.yaml new file mode 100644 index 00000000..899ce180 --- /dev/null +++ b/src/_authors/theodoro_gasperin.yaml @@ -0,0 +1,10 @@ +name: Theodoro Gasperin Terra Camargo +info: + links: + email: theodorogtc@gmail.com + github: tgaspe + linkedin: theodoro-gasperin-terra-camargo + organizations: + - name: Data Intuitive + href: https://www.data-intuitive.com + role: Bioinformatician \ No newline at end of file diff --git a/src/seqtk/seqtk_subseq/config.vsh.yaml b/src/seqtk/seqtk_subseq/config.vsh.yaml index d11915d4..2f19f05b 100644 --- a/src/seqtk/seqtk_subseq/config.vsh.yaml +++ b/src/seqtk/seqtk_subseq/config.vsh.yaml @@ -6,6 +6,9 @@ keywords: [subseq, FASTA, FASTQ] links: repository: https://github.com/lh3/seqtk/tree/v1.4 license: MIT +authors: + - __merge__: /src/_authors/theodoro_gasperin.yaml + roles: [ author, maintainer ] argument_groups: - name: Inputs diff --git a/src/seqtk/seqtk_subseq/test.sh b/src/seqtk/seqtk_subseq/test.sh index 34a07d89..e13da48d 100644 --- a/src/seqtk/seqtk_subseq/test.sh +++ b/src/seqtk/seqtk_subseq/test.sh @@ -43,9 +43,6 @@ KU562861.1$(echo -e "\t")10$(echo -e "\t")20$(echo -e "\t")region$(echo -e "\t") MH150936.1$(echo -e "\t")10$(echo -e "\t")20$(echo -e "\t")region$(echo -e "\t")0$(echo -e "\t")- EOL -cd test_data -cat reg.bed -cd .. ######################################################################################### # Run basic test mkdir test1